#CDFAD5

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

Shades of Granny Apple #CDFAD5

Tints of Granny Apple #CDFAD5

Color information

#CDFAD5 (or 0xCDFAD5) is unknown color: approx Granny Apple. HEX triplet: CD, FA and D5. RGB value is (205,250,213). Sum of RGB (Red+Green+Blue) = 205+250+213=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAD5 is #32052A. Grayscale: #E8E8E8. Windows color (decimal): -3278123 or 14023373. OLE color: 14023373.

HSL color Cylindrical-coordinate representation of color #CDFAD5: hue angle of 130.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDFAD5 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB205250213-
CMYK0.1800.150.02
HSL130.67º81.82%89.22%-
HSV(B)130.67º18%98.04%-
XYZ71.3786.1575.82-
YUV232.33117.09108.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 213 (83.59% from 255) = 31.89%
R=30.69%
G=37.43%
B=31.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052502130.1800.150.02130.6781.8289.22
HexCDFAD5120F2835259
Octal315372325220172203122131
Binary1100110111111010110101011001001111101000001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAD5; }

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

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

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

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

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

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

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

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