#CDEFD2

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

Shades of Granny Apple #CDEFD2

Tints of Granny Apple #CDEFD2

Color information

#CDEFD2 (or 0xCDEFD2) is unknown color: approx Granny Apple. HEX triplet: CD, EF and D2. RGB value is (205,239,210). Sum of RGB (Red+Green+Blue) = 205+239+210=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFD2 is #32102D. Grayscale: #E1E1E1. Windows color (decimal): -3280942 or 13823949. OLE color: 13823949.

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

Color convert

RGB205239210-
CMYK0.1400.120.06
HSL128.82º51.52%87.06%-
HSV(B)128.82º14.23%93.73%-
XYZ67.6879.3772.72-
YUV225.53119.24113.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 210 (82.42% from 255) = 32.11%
R=31.35%
G=36.54%
B=32.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052392100.1400.120.06128.8251.5287.06
HexCDEFD2E0C6813457
Octal31535732216014620164127
Binary110011011110111111010010111001100110100000011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFD2; }

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

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

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

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

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

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

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

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