Html Css Color HEX #CEE8AD Reef

📋 copy color: '#CEE8AD'

red 206 ◦ green 232 ◦ blue 173

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

Shades of Reef #CEE8AD

Tints of Reef #CEE8AD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.97%

 BLUE value IS 173 (67.97% from 255) = 28.31%

R = 33.72%
G = 37.97%
B = 28.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#CEE8AD (or 0xCEE8AD) is known color: Reef. HEX triplet: CE, E8 and AD. RGB value is (206,232,173). Sum of RGB (Red+Green+Blue) = 206+232+173=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE8AD is #311752. Grayscale: #D9D9D9. Windows color (decimal): -3217235 or 11397326. OLE color: 11397326.

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

Color convert

RGB 206 232 173 -
CMYK 0.11 0 0.25 0.09
HSL 86.44º 0.56% 0.79% -
HSV(B) 86.44º 0.25% 0.91% -
XYZ 61.85 73.85 50.53 -
YUV 217.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 206 232 173 0.11 0 0.25 0.09 86.44 0.56 0.79
Hex CE E8 AD B 0 19 9 56 38 4F
Octal 316 350 255 13 0 31 11 126 70 117
Binary 11001110 11101000 10101101 1011 0 11001 1001 1010110 111000 1001111

Color Harmonies of #CEE8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE8AD

Black with #CEE8AD

Text Example


Text Example

White with #CEE8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE8AD; }

 p { color: rgb(206,232,173); }

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

background-color css

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

 a { background-color: rgb(206,232,173); }

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

border-color css

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

 span { border-color: rgb(206,232,173); }

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