#CCF3CD

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

Shades of Granny Apple #CCF3CD

Tints of Granny Apple #CCF3CD

Color information

#CCF3CD (or 0xCCF3CD) is unknown color: approx Granny Apple. HEX triplet: CC, F3 and CD. RGB value is (204,243,205). Sum of RGB (Red+Green+Blue) = 204+243+205=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3CD is #330C32. Grayscale: #E3E3E3. Windows color (decimal): -3345459 or 13497292. OLE color: 13497292.

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

Color convert

RGB204243205-
CMYK0.1600.160.05
HSL121.54º61.9%87.65%-
HSV(B)121.54º16.05%95.29%-
XYZ67.9781.3569.88-
YUV227.01115.58111.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 243 (95.31% from 255) = 37.27%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=31.29%
G=37.27%
B=31.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042432050.1600.160.05121.5461.987.65
HexCCF3CD1001057a3e58
Octal31436331520020517276130
Binary1100110011110011110011011000001000010111110101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3CD; }

 p { color: rgb(204,243,205); }

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

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

 a { background-color: rgb(204,243,205); }

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

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

 span { border-color: rgb(204,243,205); }

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