Html Css Color HEX #CEE1AA Reef

📋 copy color: '#CEE1AA'

red 206 ◦ green 225 ◦ blue 170

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

Shades of Reef #CEE1AA

Tints of Reef #CEE1AA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.44%

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

R = 34.28%
G = 37.44%
B = 28.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#CEE1AA (or 0xCEE1AA) is known color: Reef. HEX triplet: CE, E1 and AA. RGB value is (206,225,170). Sum of RGB (Red+Green+Blue) = 206+225+170=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE1AA is #311E55. Grayscale: #D5D5D5. Windows color (decimal): -3219030 or 11198926. OLE color: 11198926.

HSL color Cylindrical-coordinate representation of color #CEE1AA: hue angle of 80.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEE1AA is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 170 -
CMYK 0.08 0 0.24 0.12
HSL 80.73º 0.48% 0.77% -
HSV(B) 80.73º 0.24% 0.88% -
XYZ 59.63 69.87 48.37 -
YUV 213.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 206 225 170 0.08 0 0.24 0.12 80.73 0.48 0.77
Hex CE E1 AA 8 0 18 C 51 30 4D
Octal 316 341 252 10 0 30 14 121 60 115
Binary 11001110 11100001 10101010 1000 0 11000 1100 1010001 110000 1001101

Color Harmonies of #CEE1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1AA

Black with #CEE1AA

Text Example


Text Example

White with #CEE1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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