#CDFAD2

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

Shades of Granny Apple #CDFAD2

Tints of Granny Apple #CDFAD2

Color information

#CDFAD2 (or 0xCDFAD2) is unknown color: approx Granny Apple. HEX triplet: CD, FA and D2. RGB value is (205,250,210). Sum of RGB (Red+Green+Blue) = 205+250+210=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAD2 is #32052D. Grayscale: #E8E8E8. Windows color (decimal): -3278126 or 13826765. OLE color: 13826765.

HSL color Cylindrical-coordinate representation of color #CDFAD2: hue angle of 126.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 #CDFAD2 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB205250210-
CMYK0.1800.160.02
HSL126.67º81.82%89.22%-
HSV(B)126.67º18%98.04%-
XYZ718673.83-
YUV231.98115.59108.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 210 (82.42% from 255) = 31.58%
R=30.83%
G=37.59%
B=31.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052502100.1800.160.02126.6781.8289.22
HexCDFAD21201027f5259
Octal315372322220202177122131
Binary1100110111111010110100101001001000010111111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAD2; }

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

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

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

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

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

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

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

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