#CDEBD5

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

Shades of Granny Apple #CDEBD5

Tints of Granny Apple #CDEBD5

Color information

#CDEBD5 (or 0xCDEBD5) is unknown color: approx Granny Apple. HEX triplet: CD, EB and D5. RGB value is (205,235,213). Sum of RGB (Red+Green+Blue) = 205+235+213=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBD5 is #32142A. Grayscale: #DFDFDF. Windows color (decimal): -3281963 or 14019533. OLE color: 14019533.

HSL color Cylindrical-coordinate representation of color #CDEBD5: hue angle of 136º 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 #CDEBD5 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB205235213-
CMYK0.1300.090.08
HSL136º42.86%86.27%-
HSV(B)136º12.77%92.16%-
XYZ66.977.274.33-
YUV223.52122.06114.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=31.39%
G=35.99%
B=32.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052352130.1300.090.0813642.8686.27
HexCDEBD5D098882b56
Octal315353325150111021053126
Binary1100110111101011110101011101010011000100010001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBD5; }

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

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

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

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

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

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

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

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