#CDFCD2

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

Shades of Granny Apple #CDFCD2

Tints of Granny Apple #CDFCD2

Color information

#CDFCD2 (or 0xCDFCD2) is unknown color: approx Granny Apple. HEX triplet: CD, FC and D2. RGB value is (205,252,210). Sum of RGB (Red+Green+Blue) = 205+252+210=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCD2 is #32032D. Grayscale: #E9E9E9. Windows color (decimal): -3277614 or 13827277. OLE color: 13827277.

HSL color Cylindrical-coordinate representation of color #CDFCD2: hue angle of 126.38º degrees, saturation: 0.89, 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 #CDFCD2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB205252210-
CMYK0.1900.170.01
HSL126.38º88.68%89.61%-
HSV(B)126.38º18.65%98.82%-
XYZ71.6287.2574.04-
YUV233.16114.93107.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.73%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 210 (82.42% from 255) = 31.48%
R=30.73%
G=37.78%
B=31.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052522100.1900.170.01126.3888.6889.61
HexCDFCD21301117e595a
Octal315374322230211176131132
Binary110011011111110011010010100110100011111111010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFCD2; }

 p { color: rgb(205,252,210); }

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

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

 a { background-color: rgb(205,252,210); }

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

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

 span { border-color: rgb(205,252,210); }

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