Html Css Color HEX #CCE2AB Reef

📋 copy color: '#CCE2AB'

red 204 ◦ green 226 ◦ blue 171

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

Shades of Reef #CCE2AB

Tints of Reef #CCE2AB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.6%

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

R = 33.94%
G = 37.6%
B = 28.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#CCE2AB (or 0xCCE2AB) is known color: Reef. HEX triplet: CC, E2 and AB. RGB value is (204,226,171). Sum of RGB (Red+Green+Blue) = 204+226+171=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE2AB is #331D54. Grayscale: #D5D5D5. Windows color (decimal): -3349845 or 11264716. OLE color: 11264716.

HSL color Cylindrical-coordinate representation of color #CCE2AB: hue angle of 84º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCE2AB is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 171 -
CMYK 0.10 0 0.24 0.11
HSL 84º 0.49% 0.78% -
HSV(B) 84º 0.24% 0.89% -
XYZ 59.45 70.17 48.94 -
YUV 213.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 204 226 171 0.10 0 0.24 0.11 84 0.49 0.78
Hex CC E2 AB A 0 18 B 54 31 4E
Octal 314 342 253 12 0 30 13 124 61 116
Binary 11001100 11100010 10101011 1010 0 11000 1011 1010100 110001 1001110

Color Harmonies of #CCE2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2AB

Black with #CCE2AB

Text Example


Text Example

White with #CCE2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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