Html Css Color HEX #CEDFA8 Reef

📋 copy color: '#CEDFA8'

red 206 ◦ green 223 ◦ blue 168

#CEDFA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CEDFA8

Tints of Reef #CEDFA8

RGB

 RED value IS 206 (80.86% from 255) = 34.51%

 GREEN value IS 223 (87.5% from 255) = 37.35%

 BLUE value IS 168 (66.02% from 255) = 28.14%

R = 34.51%
G = 37.35%
B = 28.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEDFA8 (or 0xCEDFA8) is known color: Reef. HEX triplet: CE, DF and A8. RGB value is (206,223,168). Sum of RGB (Red+Green+Blue) = 206+223+168=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDFA8 is #312057. Grayscale: #D3D3D3. Windows color (decimal): -3219544 or 11067342. OLE color: 11067342.

HSL color Cylindrical-coordinate representation of color #CEDFA8: hue angle of 78.55º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEDFA8 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 168 -
CMYK 0.08 0 0.25 0.13
HSL 78.55º 0.46% 0.77% -
HSV(B) 78.55º 0.25% 0.87% -
XYZ 58.91 68.72 47.21 -
YUV 211.65 103.37 123.97 -
System Red Green Blue C M Y K H S L
Decimal 206 223 168 0.08 0 0.25 0.13 78.55 0.46 0.77
Hex CE DF A8 8 0 19 D 4F 2E 4D
Octal 316 337 250 10 0 31 15 117 56 115
Binary 11001110 11011111 10101000 1000 0 11001 1101 1001111 101110 1001101

Color Harmonies of #CEDFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFA8

Black with #CEDFA8

Text Example


Text Example

White with #CEDFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFA8; }

 p { color: rgb(206,223,168); }

 H1.HeaderClassName
 {
   color: #CEDFA8;
 }
 .AnyTagClassName
 {
   color: #CEDFA8;
 }
</style>

background-color css

<style>
 a { background-color: #CEDFA8; }

 a { background-color: rgb(206,223,168); }

 div.DivClassName
 {
   background-color: #CEDFA8;
 }
 .BgClassName
 {
   background-color: #CEDFA8;
 }
</style>

border-color css

<style>
 span { border-color: #CEDFA8; }

 span { border-color: rgb(206,223,168); }

 td.TdClassName
 {
   border-color: #CEDFA8;
 }
 .TagClassName
 {
   border-color: #CEDFA8;
 }
</style>