Html Css Color HEX #CEE0AB Reef

📋 copy color: '#CEE0AB'

red 206 ◦ green 224 ◦ blue 171

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

Shades of Reef #CEE0AB

Tints of Reef #CEE0AB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.27%

 BLUE value IS 171 (67.19% from 255) = 28.45%

R = 34.28%
G = 37.27%
B = 28.45%

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

#CEE0AB (or 0xCEE0AB) is known color: Reef. HEX triplet: CE, E0 and AB. RGB value is (206,224,171). Sum of RGB (Red+Green+Blue) = 206+224+171=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE0AB is #311F54. Grayscale: #D4D4D4. Windows color (decimal): -3219285 or 11264206. OLE color: 11264206.

HSL color Cylindrical-coordinate representation of color #CEE0AB: hue angle of 80.38º degrees, saturation: 0.46, 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 #CEE0AB is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 171 -
CMYK 0.08 0 0.24 0.12
HSL 80.38º 0.46% 0.77% -
HSV(B) 80.38º 0.24% 0.88% -
XYZ 59.46 69.37 48.78 -
YUV 212.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 206 224 171 0.08 0 0.24 0.12 80.38 0.46 0.77
Hex CE E0 AB 8 0 18 C 50 2E 4D
Octal 316 340 253 10 0 30 14 120 56 115
Binary 11001110 11100000 10101011 1000 0 11000 1100 1010000 101110 1001101

Color Harmonies of #CEE0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0AB

Black with #CEE0AB

Text Example


Text Example

White with #CEE0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0AB; }

 p { color: rgb(206,224,171); }

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

background-color css

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

 a { background-color: rgb(206,224,171); }

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

border-color css

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

 span { border-color: rgb(206,224,171); }

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