#CCECA4

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

Shades of Reef #CCECA4

Tints of Reef #CCECA4

Color information

#CCECA4 (or 0xCCECA4) is unknown color: approx Reef. HEX triplet: CC, EC and A4. RGB value is (204,236,164). Sum of RGB (Red+Green+Blue) = 204+236+164=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECA4 is #33135B. Grayscale: #DADADA. Windows color (decimal): -3347292 or 10808524. OLE color: 10808524.

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

Color convert

RGB204236164-
CMYK0.1400.310.07
HSL86.67º65.45%78.43%-
HSV(B)86.67º30.51%92.55%-
XYZ61.675.5146.45-
YUV218.2297.4117.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 164 (64.45% from 255) = 27.15%
R=33.77%
G=39.07%
B=27.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042361640.1400.310.0786.6765.4578.43
HexCCECA4E01F757414e
Octal314354244160377127101116
Binary1100110011101100101001001110011111111101011110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECA4; }

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

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

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

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

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

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

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

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