#CCEAAB

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

Shades of Reef #CCEAAB

Tints of Reef #CCEAAB

Color information

#CCEAAB (or 0xCCEAAB) is unknown color: approx Reef. HEX triplet: CC, EA and AB. RGB value is (204,234,171). Sum of RGB (Red+Green+Blue) = 204+234+171=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAAB is #331554. Grayscale: #DADADA. Windows color (decimal): -3347797 or 11266764. OLE color: 11266764.

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

Color convert

RGB204234171-
CMYK0.1300.270.08
HSL88.57º60%79.41%-
HSV(B)88.57º26.92%91.76%-
XYZ61.6874.6249.68-
YUV217.85101.56118.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 171 (67.19% from 255) = 28.08%
R=33.50%
G=38.42%
B=28.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341710.1300.270.0888.576079.41
HexCCEAABD01B8593c4f
Octal314352253150331013174117
Binary1100110011101010101010111101011011100010110011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAAB; }

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

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

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

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

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

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

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

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