#CDEFD5

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

Shades of Granny Apple #CDEFD5

Tints of Granny Apple #CDEFD5

Color information

#CDEFD5 (or 0xCDEFD5) is unknown color: approx Granny Apple. HEX triplet: CD, EF and D5. RGB value is (205,239,213). Sum of RGB (Red+Green+Blue) = 205+239+213=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFD5 is #32102A. Grayscale: #E1E1E1. Windows color (decimal): -3280939 or 14020557. OLE color: 14020557.

HSL color Cylindrical-coordinate representation of color #CDEFD5: hue angle of 134.12º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFD5 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB205239213-
CMYK0.1400.110.06
HSL134.12º51.52%87.06%-
HSV(B)134.12º14.23%93.73%-
XYZ68.0579.5274.71-
YUV225.87120.74113.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 239 (93.75% from 255) = 36.38%
BLUE value IS 213 (83.59% from 255) = 32.42%
R=31.20%
G=36.38%
B=32.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052392130.1400.110.06134.1251.5287.06
HexCDEFD5E0B6863457
Octal31535732516013620664127
Binary110011011110111111010101111001011110100001101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFD5; }

 p { color: rgb(205,239,213); }

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

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

 a { background-color: rgb(205,239,213); }

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

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

 span { border-color: rgb(205,239,213); }

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