#CCE5AB

Color #CCE5AB Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CCE5AB

Tints of Reef #CCE5AB

Color information

#CCE5AB (or 0xCCE5AB) is unknown color: approx 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

RGB204229171-
CMYK0.1100.250.10
HSL85.86º52.73%78.43%-
HSV(B)85.86º25.33%89.8%-
XYZ60.2771.8249.21-
YUV214.91103.22120.22-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042291710.1100.250.1085.8652.7378.43
HexCCE5ABB019A56354e
Octal314345253130311212665116
Binary1100110011100101101010111011011001101010101101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>