#CDEBD6

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

Shades of Granny Apple #CDEBD6

Tints of Granny Apple #CDEBD6

Color information

#CDEBD6 (or 0xCDEBD6) is unknown color: approx Granny Apple. HEX triplet: CD, EB and D6. RGB value is (205,235,214). Sum of RGB (Red+Green+Blue) = 205+235+214=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBD6 is #321429. Grayscale: #DFDFDF. Windows color (decimal): -3281962 or 14085069. OLE color: 14085069.

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

Color convert

RGB205235214-
CMYK0.1300.090.08
HSL138º42.86%86.27%-
HSV(B)138º12.77%92.16%-
XYZ67.0277.2575-
YUV223.64122.56114.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 214 (83.98% from 255) = 32.72%
R=31.35%
G=35.93%
B=32.72%

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
Decimal2052352140.1300.090.0813842.8686.27
HexCDEBD6D0988a2b56
Octal315353326150111021253126
Binary1100110111101011110101101101010011000100010101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBD6; }

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

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

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

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

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

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

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

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