#CCF8A9

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

Shades of Reef #CCF8A9

Tints of Reef #CCF8A9

Color information

#CCF8A9 (or 0xCCF8A9) is unknown color: approx Reef. HEX triplet: CC, F8 and A9. RGB value is (204,248,169). Sum of RGB (Red+Green+Blue) = 204+248+169=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 169 (66.41% from 255 or 27.21% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF8A9 is #330756. Grayscale: #E2E2E2. Windows color (decimal): -3344215 or 11139276. OLE color: 11139276.

HSL color Cylindrical-coordinate representation of color #CCF8A9: hue angle of 93.42º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCF8A9 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB204248169-
CMYK0.1800.320.03
HSL93.42º84.95%81.76%-
HSV(B)93.42º31.85%97.25%-
XYZ65.6382.8450.07-
YUV225.8495.92112.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 248 (97.27% from 255) = 39.94%
BLUE value IS 169 (66.41% from 255) = 27.21%
R=32.85%
G=39.94%
B=27.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042481690.1800.320.0393.4284.9581.76
HexCCF8A91202035d5552
Octal314370251220403135125122
Binary11001100111110001010100110010010000011101110110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8A9; }

 p { color: rgb(204,248,169); }

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

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

 a { background-color: rgb(204,248,169); }

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

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

 span { border-color: rgb(204,248,169); }

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