#CCECA3

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

Shades of Reef #CCECA3

Tints of Reef #CCECA3

Color information

#CCECA3 (or 0xCCECA3) is unknown color: approx Reef. HEX triplet: CC, EC and A3. RGB value is (204,236,163). Sum of RGB (Red+Green+Blue) = 204+236+163=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECA3 is #33135C. Grayscale: #DADADA. Windows color (decimal): -3347293 or 10742988. OLE color: 10742988.

HSL color Cylindrical-coordinate representation of color #CCECA3: hue angle of 86.3º degrees, saturation: 0.66, 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 #CCECA3 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB204236163-
CMYK0.1400.310.07
HSL86.3º65.77%78.24%-
HSV(B)86.3º30.93%92.55%-
XYZ61.5175.4745.98-
YUV218.1196.9117.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 163 (64.06% from 255) = 27.03%
R=33.83%
G=39.14%
B=27.03%

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
Decimal2042361630.1400.310.0786.365.7778.24
HexCCECA3E01F756424e
Octal314354243160377126102116
Binary1100110011101100101000111110011111111101011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECA3; }

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

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

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

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

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

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

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

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