#CCF2AD

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

Shades of Reef #CCF2AD

Tints of Reef #CCF2AD

Color information

#CCF2AD (or 0xCCF2AD) is unknown color: approx Reef. HEX triplet: CC, F2 and AD. RGB value is (204,242,173). Sum of RGB (Red+Green+Blue) = 204+242+173=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2AD is #330D52. Grayscale: #DFDFDF. Windows color (decimal): -3345747 or 11399884. OLE color: 11399884.

HSL color Cylindrical-coordinate representation of color #CCF2AD: hue angle of 93.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF2AD is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB204242173-
CMYK0.1600.290.05
HSL93.04º72.63%81.37%-
HSV(B)93.04º28.51%94.9%-
XYZ64.279.3651.47-
YUV222.7799.91114.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 242 (94.92% from 255) = 39.10%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=32.96%
G=39.10%
B=27.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421730.1600.290.0593.0472.6381.37
HexCCF2AD1001D55d4951
Octal314362255200355135111121
Binary11001100111100101010110110000011101101101110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2AD; }

 p { color: rgb(204,242,173); }

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

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

 a { background-color: rgb(204,242,173); }

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

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

 span { border-color: rgb(204,242,173); }

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