#CCECAE

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

Shades of Reef #CCECAE

Tints of Reef #CCECAE

Color information

#CCECAE (or 0xCCECAE) is unknown color: approx Reef. HEX triplet: CC, EC and AE. RGB value is (204,236,174). Sum of RGB (Red+Green+Blue) = 204+236+174=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECAE is #331351. Grayscale: #DBDBDB. Windows color (decimal): -3347282 or 11463884. OLE color: 11463884.

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

Color convert

RGB204236174-
CMYK0.1400.260.07
HSL90.97º62%80.39%-
HSV(B)90.97º26.27%92.55%-
XYZ62.5475.8851.4-
YUV219.36102.4117.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=33.22%
G=38.44%
B=28.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042361740.1400.260.0790.976280.39
HexCCECAEE01A75b3e50
Octal31435425616032713376120
Binary110011001110110010101110111001101011110110111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECAE; }

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

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

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

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

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

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

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

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