#CDEBD3

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

Shades of Granny Apple #CDEBD3

Tints of Granny Apple #CDEBD3

Color information

#CDEBD3 (or 0xCDEBD3) is unknown color: approx Granny Apple. HEX triplet: CD, EB and D3. RGB value is (205,235,211). Sum of RGB (Red+Green+Blue) = 205+235+211=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBD3 is #32142C. Grayscale: #DFDFDF. Windows color (decimal): -3281965 or 13888461. OLE color: 13888461.

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

Color convert

RGB205235211-
CMYK0.1300.100.08
HSL132º42.86%86.27%-
HSV(B)132º12.77%92.16%-
XYZ66.6477.173-
YUV223.29121.06114.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 211 (82.81% from 255) = 32.41%
R=31.49%
G=36.10%
B=32.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052352110.1300.100.0813242.8686.27
HexCDEBD3D0A8842b56
Octal315353323150121020453126
Binary1100110111101011110100111101010101000100001001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBD3; }

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

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

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

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

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

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

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

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