#CCFDD0

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

Shades of Granny Apple #CCFDD0

Tints of Granny Apple #CCFDD0

Color information

#CCFDD0 (or 0xCCFDD0) is unknown color: approx Granny Apple. HEX triplet: CC, FD and D0. RGB value is (204,253,208). Sum of RGB (Red+Green+Blue) = 204+253+208=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDD0 is #33022F. Grayscale: #E9E9E9. Windows color (decimal): -3342896 or 13696460. OLE color: 13696460.

HSL color Cylindrical-coordinate representation of color #CCFDD0: hue angle of 124.9º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDD0 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB204253208-
CMYK0.1900.180.01
HSL124.9º92.45%89.61%-
HSV(B)124.9º19.37%99.22%-
XYZ71.4187.6472.83-
YUV233.22113.77107.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 208 (81.64% from 255) = 31.28%
R=30.68%
G=38.05%
B=31.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532080.1900.180.01124.992.4589.61
HexCCFDD01301217d5c5a
Octal314375320230221175134132
Binary110011001111110111010000100110100101111110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDD0; }

 p { color: rgb(204,253,208); }

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

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

 a { background-color: rgb(204,253,208); }

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

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

 span { border-color: rgb(204,253,208); }

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