#CDEFD1

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

Shades of Granny Apple #CDEFD1

Tints of Granny Apple #CDEFD1

Color information

#CDEFD1 (or 0xCDEFD1) is unknown color: approx Granny Apple. HEX triplet: CD, EF and D1. RGB value is (205,239,209). Sum of RGB (Red+Green+Blue) = 205+239+209=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFD1 is #32102E. Grayscale: #E1E1E1. Windows color (decimal): -3280943 or 13758413. OLE color: 13758413.

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

Color convert

RGB205239209-
CMYK0.1400.130.06
HSL127.06º51.52%87.06%-
HSV(B)127.06º14.23%93.73%-
XYZ67.5579.3272.07-
YUV225.41118.74113.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=31.39%
G=36.60%
B=32.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052392090.1400.130.06127.0651.5287.06
HexCDEFD1E0D67f3457
Octal31535732116015617764127
Binary11001101111011111101000111100110111011111111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFD1; }

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

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

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

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

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

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

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

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