#CDF8D0

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

Shades of Granny Apple #CDF8D0

Tints of Granny Apple #CDF8D0

Color information

#CDF8D0 (or 0xCDF8D0) is unknown color: approx Granny Apple. HEX triplet: CD, F8 and D0. RGB value is (205,248,208). Sum of RGB (Red+Green+Blue) = 205+248+208=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF8D0 is #32072F. Grayscale: #E6E6E6. Windows color (decimal): -3278640 or 13695181. OLE color: 13695181.

HSL color Cylindrical-coordinate representation of color #CDF8D0: hue angle of 124.19º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF8D0 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB205248208-
CMYK0.1700.160.03
HSL124.19º75.44%88.82%-
HSV(B)124.19º17.34%97.25%-
XYZ70.1384.6772.32-
YUV230.58115.25109.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 248 (97.27% from 255) = 37.52%
BLUE value IS 208 (81.64% from 255) = 31.47%
R=31.01%
G=37.52%
B=31.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052482080.1700.160.03124.1975.4488.82
HexCDF8D01101037c4b59
Octal315370320210203174113131
Binary1100110111111000110100001000101000011111110010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF8D0; }

 p { color: rgb(205,248,208); }

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

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

 a { background-color: rgb(205,248,208); }

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

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

 span { border-color: rgb(205,248,208); }

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