#CDECD1

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

Shades of Granny Apple #CDECD1

Tints of Granny Apple #CDECD1

Color information

#CDECD1 (or 0xCDECD1) is unknown color: approx Granny Apple. HEX triplet: CD, EC and D1. RGB value is (205,236,209). Sum of RGB (Red+Green+Blue) = 205+236+209=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECD1 is #32132E. Grayscale: #DFDFDF. Windows color (decimal): -3281711 or 13757645. OLE color: 13757645.

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

Color convert

RGB205236209-
CMYK0.1300.110.07
HSL127.74º44.93%86.47%-
HSV(B)127.74º13.14%92.55%-
XYZ66.6877.5771.78-
YUV223.65119.73114.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 209 (82.03% from 255) = 32.15%
R=31.54%
G=36.31%
B=32.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052362090.1300.110.07127.7444.9386.47
HexCDECD1D0B7802d56
Octal31535432115013720055126
Binary110011011110110011010001110101011111100000001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECD1; }

 p { color: rgb(205,236,209); }

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

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

 a { background-color: rgb(205,236,209); }

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

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

 span { border-color: rgb(205,236,209); }

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