Html Css Color HEX #CEE9AA Reef

📋 copy color: '#CEE9AA'

red 206 ◦ green 233 ◦ blue 170

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

Shades of Reef #CEE9AA

Tints of Reef #CEE9AA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.26%

 BLUE value IS 170 (66.8% from 255) = 27.91%

R = 33.83%
G = 38.26%
B = 27.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#CEE9AA (or 0xCEE9AA) is known color: Reef. HEX triplet: CE, E9 and AA. RGB value is (206,233,170). Sum of RGB (Red+Green+Blue) = 206+233+170=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE9AA is #311655. Grayscale: #D9D9D9. Windows color (decimal): -3216982 or 11200974. OLE color: 11200974.

HSL color Cylindrical-coordinate representation of color #CEE9AA: hue angle of 85.71º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEE9AA is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 170 -
CMYK 0.12 0 0.27 0.09
HSL 85.71º 0.59% 0.79% -
HSV(B) 85.71º 0.27% 0.91% -
XYZ 61.85 74.3 49.11 -
YUV 217.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 206 233 170 0.12 0 0.27 0.09 85.71 0.59 0.79
Hex CE E9 AA C 0 1B 9 56 3B 4F
Octal 316 351 252 14 0 33 11 126 73 117
Binary 11001110 11101001 10101010 1100 0 11011 1001 1010110 111011 1001111

Color Harmonies of #CEE9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE9AA

Black with #CEE9AA

Text Example


Text Example

White with #CEE9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE9AA; }

 p { color: rgb(206,233,170); }

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

background-color css

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

 a { background-color: rgb(206,233,170); }

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

border-color css

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

 span { border-color: rgb(206,233,170); }

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