#CDECD6

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

Shades of Granny Apple #CDECD6

Tints of Granny Apple #CDECD6

Color information

#CDECD6 (or 0xCDECD6) is unknown color: approx Granny Apple. HEX triplet: CD, EC and D6. RGB value is (205,236,214). Sum of RGB (Red+Green+Blue) = 205+236+214=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECD6 is #321329. Grayscale: #E0E0E0. Windows color (decimal): -3281706 or 14085325. OLE color: 14085325.

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

Color convert

RGB205236214-
CMYK0.1300.090.07
HSL137.42º44.93%86.47%-
HSV(B)137.42º13.14%92.55%-
XYZ67.3177.8375.09-
YUV224.22122.23114.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=31.30%
G=36.03%
B=32.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052362140.1300.090.07137.4244.9386.47
HexCDECD6D097892d56
Octal31535432615011721155126
Binary110011011110110011010110110101001111100010011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECD6; }

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

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

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

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

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

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

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

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