#CDECCE

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

Shades of Granny Apple #CDECCE

Tints of Granny Apple #CDECCE

Color information

#CDECCE (or 0xCDECCE) is unknown color: approx Granny Apple. HEX triplet: CD, EC and CE. RGB value is (205,236,206). Sum of RGB (Red+Green+Blue) = 205+236+206=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECCE is #321331. Grayscale: #DFDFDF. Windows color (decimal): -3281714 or 13561037. OLE color: 13561037.

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

Color convert

RGB205236206-
CMYK0.1300.130.07
HSL121.94º44.93%86.47%-
HSV(B)121.94º13.14%92.55%-
XYZ66.3177.4369.84-
YUV223.31118.23114.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.68%
GREEN value IS 236 (92.58% from 255) = 36.48%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=31.68%
G=36.48%
B=31.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052362060.1300.130.07121.9444.9386.47
HexCDECCED0D77a2d56
Octal31535431615015717255126
Binary11001101111011001100111011010110111111110101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECCE; }

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

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

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

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

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

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

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

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