Html Css Color HEX #CCE5AB Reef

📋 copy color: '#CCE5AB'

red 204 ◦ green 229 ◦ blue 171

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

Shades of Reef #CCE5AB

Tints of Reef #CCE5AB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.91%

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

R = 33.77%
G = 37.91%
B = 28.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#CCE5AB (or 0xCCE5AB) is known color: Reef. HEX triplet: CC, E5 and AB. RGB value is (204,229,171). Sum of RGB (Red+Green+Blue) = 204+229+171=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE5AB is #331A54. Grayscale: #D7D7D7. Windows color (decimal): -3349077 or 11265484. OLE color: 11265484.

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

Color convert

RGB 204 229 171 -
CMYK 0.11 0 0.25 0.10
HSL 85.86º 0.53% 0.78% -
HSV(B) 85.86º 0.25% 0.9% -
XYZ 60.27 71.82 49.21 -
YUV 214.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 204 229 171 0.11 0 0.25 0.10 85.86 0.53 0.78
Hex CC E5 AB B 0 19 A 56 35 4E
Octal 314 345 253 13 0 31 12 126 65 116
Binary 11001100 11100101 10101011 1011 0 11001 1010 1010110 110101 1001110

Color Harmonies of #CCE5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5AB

Black with #CCE5AB

Text Example


Text Example

White with #CCE5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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