Html Css Color HEX #CEE9AE Reef

📋 copy color: '#CEE9AE'

red 206 ◦ green 233 ◦ blue 174

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

Shades of Reef #CEE9AE

Tints of Reef #CEE9AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.38%

R = 33.61%
G = 38.01%
B = 28.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#CEE9AE (or 0xCEE9AE) is known color: Reef. HEX triplet: CE, E9 and AE. RGB value is (206,233,174). Sum of RGB (Red+Green+Blue) = 206+233+174=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE9AE is #311651. Grayscale: #DADADA. Windows color (decimal): -3216978 or 11463118. OLE color: 11463118.

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

Color convert

RGB 206 233 174 -
CMYK 0.12 0 0.25 0.09
HSL 87.46º 0.57% 0.8% -
HSV(B) 87.46º 0.25% 0.91% -
XYZ 62.23 74.46 51.14 -
YUV 218.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 206 233 174 0.12 0 0.25 0.09 87.46 0.57 0.8
Hex CE E9 AE C 0 19 9 57 39 50
Octal 316 351 256 14 0 31 11 127 71 120
Binary 11001110 11101001 10101110 1100 0 11001 1001 1010111 111001 1010000

Color Harmonies of #CEE9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE9AE

Black with #CEE9AE

Text Example


Text Example

White with #CEE9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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