#CDFCD5

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

Shades of Granny Apple #CDFCD5

Tints of Granny Apple #CDFCD5

Color information

#CDFCD5 (or 0xCDFCD5) is unknown color: approx Granny Apple. HEX triplet: CD, FC and D5. RGB value is (205,252,213). Sum of RGB (Red+Green+Blue) = 205+252+213=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCD5 is #32032A. Grayscale: #E9E9E9. Windows color (decimal): -3277611 or 14023885. OLE color: 14023885.

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

Color convert

RGB205252213-
CMYK0.1900.150.01
HSL130.21º88.68%89.61%-
HSV(B)130.21º18.65%98.82%-
XYZ7287.476.03-
YUV233.5116.43107.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.60%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 213 (83.59% from 255) = 31.79%
R=30.60%
G=37.61%
B=31.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052522130.1900.150.01130.2188.6889.61
HexCDFCD5130F182595a
Octal315374325230171202131132
Binary110011011111110011010101100110111111000001010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFCD5; }

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

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

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

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

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

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

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

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