#CDECD0

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

Shades of Granny Apple #CDECD0

Tints of Granny Apple #CDECD0

Color information

#CDECD0 (or 0xCDECD0) is unknown color: approx Granny Apple. HEX triplet: CD, EC and D0. RGB value is (205,236,208). Sum of RGB (Red+Green+Blue) = 205+236+208=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECD0 is #32132F. Grayscale: #DFDFDF. Windows color (decimal): -3281712 or 13692109. OLE color: 13692109.

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

Color convert

RGB205236208-
CMYK0.1300.120.07
HSL125.81º44.93%86.47%-
HSV(B)125.81º13.14%92.55%-
XYZ66.5677.5271.13-
YUV223.54119.23114.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.59%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=31.59%
G=36.36%
B=32.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052362080.1300.120.07125.8144.9386.47
HexCDECD0D0C77e2d56
Octal31535432015014717655126
Binary11001101111011001101000011010110011111111101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECD0; }

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

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

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

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

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

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

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

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