#CDF2D3

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

Shades of Granny Apple #CDF2D3

Tints of Granny Apple #CDF2D3

Color information

#CDF2D3 (or 0xCDF2D3) is unknown color: approx Granny Apple. HEX triplet: CD, F2 and D3. RGB value is (205,242,211). Sum of RGB (Red+Green+Blue) = 205+242+211=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2D3 is #320D2C. Grayscale: #E3E3E3. Windows color (decimal): -3280173 or 13890253. OLE color: 13890253.

HSL color Cylindrical-coordinate representation of color #CDF2D3: hue angle of 129.73º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2D3 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB205242211-
CMYK0.1500.130.05
HSL129.73º58.73%87.65%-
HSV(B)129.73º15.29%94.9%-
XYZ68.6981.1973.68-
YUV227.4118.74112.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 242 (94.92% from 255) = 36.78%
BLUE value IS 211 (82.81% from 255) = 32.07%
R=31.16%
G=36.78%
B=32.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052422110.1500.130.05129.7358.7387.65
HexCDF2D3F0D5823b58
Octal31536232317015520273130
Binary110011011111001011010011111101101101100000101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2D3; }

 p { color: rgb(205,242,211); }

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

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

 a { background-color: rgb(205,242,211); }

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

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

 span { border-color: rgb(205,242,211); }

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