#CDEBD2

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

Shades of Granny Apple #CDEBD2

Tints of Granny Apple #CDEBD2

Color information

#CDEBD2 (or 0xCDEBD2) is unknown color: approx Granny Apple. HEX triplet: CD, EB and D2. RGB value is (205,235,210). Sum of RGB (Red+Green+Blue) = 205+235+210=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBD2 is #32142D. Grayscale: #DFDFDF. Windows color (decimal): -3281966 or 13822925. OLE color: 13822925.

HSL color Cylindrical-coordinate representation of color #CDEBD2: hue angle of 130º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDEBD2 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB205235210-
CMYK0.1300.110.08
HSL130º42.86%86.27%-
HSV(B)130º12.77%92.16%-
XYZ66.5277.0572.34-
YUV223.18120.56115.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 210 (82.42% from 255) = 32.31%
R=31.54%
G=36.15%
B=32.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052352100.1300.110.0813042.8686.27
HexCDEBD2D0B8822b56
Octal315353322150131020253126
Binary1100110111101011110100101101010111000100000101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBD2; }

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

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

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

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

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

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

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

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