Html Css Color HEX #CEDEA9 Reef

📋 copy color: '#CEDEA9'

red 206 ◦ green 222 ◦ blue 169

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

Shades of Reef #CEDEA9

Tints of Reef #CEDEA9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.19%

 BLUE value IS 169 (66.41% from 255) = 28.31%

R = 34.51%
G = 37.19%
B = 28.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#CEDEA9 (or 0xCEDEA9) is known color: Reef. HEX triplet: CE, DE and A9. RGB value is (206,222,169). Sum of RGB (Red+Green+Blue) = 206+222+169=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEA9 is #312156. Grayscale: #D3D3D3. Windows color (decimal): -3219799 or 11132622. OLE color: 11132622.

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

Color convert

RGB 206 222 169 -
CMYK 0.07 0 0.24 0.13
HSL 78.11º 0.45% 0.77% -
HSV(B) 78.11º 0.24% 0.87% -
XYZ 58.74 68.23 47.61 -
YUV 211.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 206 222 169 0.07 0 0.24 0.13 78.11 0.45 0.77
Hex CE DE A9 7 0 18 D 4E 2D 4D
Octal 316 336 251 7 0 30 15 116 55 115
Binary 11001110 11011110 10101001 111 0 11000 1101 1001110 101101 1001101

Color Harmonies of #CEDEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEA9

Black with #CEDEA9

Text Example


Text Example

White with #CEDEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEA9; }

 p { color: rgb(206,222,169); }

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

background-color css

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

 a { background-color: rgb(206,222,169); }

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

border-color css

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

 span { border-color: rgb(206,222,169); }

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