#CCEAAF

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

Shades of Reef #CCEAAF

Tints of Reef #CCEAAF

Color information

#CCEAAF (or 0xCCEAAF) is unknown color: approx Reef. HEX triplet: CC, EA and AF. RGB value is (204,234,175). Sum of RGB (Red+Green+Blue) = 204+234+175=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAAF is #331550. Grayscale: #DADADA. Windows color (decimal): -3347793 or 11528908. OLE color: 11528908.

HSL color Cylindrical-coordinate representation of color #CCEAAF: hue angle of 90.51º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCEAAF is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB204234175-
CMYK0.1300.250.08
HSL90.51º58.42%80.2%-
HSV(B)90.51º25.21%91.76%-
XYZ62.0674.7851.72-
YUV218.3103.56117.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=33.28%
G=38.17%
B=28.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341750.1300.250.0890.5158.4280.2
HexCCEAAFD01985b3a50
Octal314352257150311013372120
Binary1100110011101010101011111101011001100010110111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAAF; }

 p { color: rgb(204,234,175); }

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

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

 a { background-color: rgb(204,234,175); }

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

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

 span { border-color: rgb(204,234,175); }

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