#CDEFD4

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

Shades of Granny Apple #CDEFD4

Tints of Granny Apple #CDEFD4

Color information

#CDEFD4 (or 0xCDEFD4) is unknown color: approx Granny Apple. HEX triplet: CD, EF and D4. RGB value is (205,239,212). Sum of RGB (Red+Green+Blue) = 205+239+212=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFD4 is #32102B. Grayscale: #E1E1E1. Windows color (decimal): -3280940 or 13955021. OLE color: 13955021.

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

Color convert

RGB205239212-
CMYK0.1400.110.06
HSL132.35º51.52%87.06%-
HSV(B)132.35º14.23%93.73%-
XYZ67.9379.4774.05-
YUV225.76120.24113.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 212 (83.20% from 255) = 32.32%
R=31.25%
G=36.43%
B=32.32%

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
Decimal2052392120.1400.110.06132.3551.5287.06
HexCDEFD4E0B6843457
Octal31535732416013620464127
Binary110011011110111111010100111001011110100001001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFD4; }

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

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

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

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

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

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

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

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