#CDEDD6

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

Shades of Granny Apple #CDEDD6

Tints of Granny Apple #CDEDD6

Color information

#CDEDD6 (or 0xCDEDD6) is unknown color: approx Granny Apple. HEX triplet: CD, ED and D6. RGB value is (205,237,214). Sum of RGB (Red+Green+Blue) = 205+237+214=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDD6 is #321229. Grayscale: #E0E0E0. Windows color (decimal): -3281450 or 14085581. OLE color: 14085581.

HSL color Cylindrical-coordinate representation of color #CDEDD6: hue angle of 136.88º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEDD6 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB205237214-
CMYK0.1400.100.07
HSL136.88º47.06%86.67%-
HSV(B)136.88º13.5%92.94%-
XYZ67.678.475.19-
YUV224.81121.9113.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 214 (83.98% from 255) = 32.62%
R=31.25%
G=36.13%
B=32.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052372140.1400.100.07136.8847.0686.67
HexCDEDD6E0A7892f57
Octal31535532616012721157127
Binary110011011110110111010110111001010111100010011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDD6; }

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

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

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

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

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

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

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

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