#CCE8A3

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

Shades of Reef #CCE8A3

Tints of Reef #CCE8A3

Color information

#CCE8A3 (or 0xCCE8A3) is unknown color: approx Reef. HEX triplet: CC, E8 and A3. RGB value is (204,232,163). Sum of RGB (Red+Green+Blue) = 204+232+163=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE8A3 is #33175C. Grayscale: #D8D8D8. Windows color (decimal): -3348317 or 10741964. OLE color: 10741964.

HSL color Cylindrical-coordinate representation of color #CCE8A3: hue angle of 84.35º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCE8A3 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB204232163-
CMYK0.1200.300.09
HSL84.35º60%77.45%-
HSV(B)84.35º29.74%90.98%-
XYZ60.3773.1945.6-
YUV215.7698.22119.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 232 (91.02% from 255) = 38.73%
BLUE value IS 163 (64.06% from 255) = 27.21%
R=34.06%
G=38.73%
B=27.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042321630.1200.300.0984.356077.45
HexCCE8A3C01E9543c4d
Octal314350243140361112474115
Binary1100110011101000101000111100011110100110101001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8A3; }

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

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

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

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

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

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

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

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