#CCECA5

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

Shades of Reef #CCECA5

Tints of Reef #CCECA5

Color information

#CCECA5 (or 0xCCECA5) is unknown color: approx Reef. HEX triplet: CC, EC and A5. RGB value is (204,236,165). Sum of RGB (Red+Green+Blue) = 204+236+165=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECA5 is #33135A. Grayscale: #DADADA. Windows color (decimal): -3347291 or 10874060. OLE color: 10874060.

HSL color Cylindrical-coordinate representation of color #CCECA5: hue angle of 87.04º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCECA5 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB204236165-
CMYK0.1400.300.07
HSL87.04º65.14%78.63%-
HSV(B)87.04º30.08%92.55%-
XYZ61.6975.5446.93-
YUV218.3497.9117.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 165 (64.84% from 255) = 27.27%
R=33.72%
G=39.01%
B=27.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042361650.1400.300.0787.0465.1478.63
HexCCECA5E01E757414f
Octal314354245160367127101117
Binary1100110011101100101001011110011110111101011110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECA5; }

 p { color: rgb(204,236,165); }

 H1.HeaderClassName
 {
   color: #CCECA5;
 }
 .AnyTagClassName
 {
   color: #CCECA5;
 }
</style>
background-color css

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

 a { background-color: rgb(204,236,165); }

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

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

 span { border-color: rgb(204,236,165); }

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