Html Css Color HEX #CCE9AB Reef

📋 copy color: '#CCE9AB'

red 204 ◦ green 233 ◦ blue 171

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

Shades of Reef #CCE9AB

Tints of Reef #CCE9AB

RGB

 RED value IS 204 (80.08% from 255) = 33.55%

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

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

R = 33.55%
G = 38.32%
B = 28.13%

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

#CCE9AB (or 0xCCE9AB) is known color: Reef. HEX triplet: CC, E9 and AB. RGB value is (204,233,171). Sum of RGB (Red+Green+Blue) = 204+233+171=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9AB is #331654. Grayscale: #D9D9D9. Windows color (decimal): -3348053 or 11266508. OLE color: 11266508.

HSL color Cylindrical-coordinate representation of color #CCE9AB: hue angle of 88.06º degrees, saturation: 0.58, 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 #CCE9AB is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 171 -
CMYK 0.12 0 0.27 0.09
HSL 88.06º 0.58% 0.79% -
HSV(B) 88.06º 0.27% 0.91% -
XYZ 61.39 74.06 49.59 -
YUV 217.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 204 233 171 0.12 0 0.27 0.09 88.06 0.58 0.79
Hex CC E9 AB C 0 1B 9 58 3A 4F
Octal 314 351 253 14 0 33 11 130 72 117
Binary 11001100 11101001 10101011 1100 0 11011 1001 1011000 111010 1001111

Color Harmonies of #CCE9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE9AB

Black with #CCE9AB

Text Example


Text Example

White with #CCE9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE9AB; }

 p { color: rgb(204,233,171); }

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

background-color css

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

 a { background-color: rgb(204,233,171); }

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

border-color css

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

 span { border-color: rgb(204,233,171); }

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