#CDFCD6

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

Shades of Granny Apple #CDFCD6

Tints of Granny Apple #CDFCD6

Color information

#CDFCD6 (or 0xCDFCD6) is unknown color: approx Granny Apple. HEX triplet: CD, FC and D6. RGB value is (205,252,214). Sum of RGB (Red+Green+Blue) = 205+252+214=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCD6 is #320329. Grayscale: #E9E9E9. Windows color (decimal): -3277610 or 14089421. OLE color: 14089421.

HSL color Cylindrical-coordinate representation of color #CDFCD6: hue angle of 131.49º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFCD6 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB205252214-
CMYK0.1900.150.01
HSL131.49º88.68%89.61%-
HSV(B)131.49º18.65%98.82%-
XYZ72.1287.4576.7-
YUV233.61116.93107.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 214 (83.98% from 255) = 31.89%
R=30.55%
G=37.56%
B=31.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052522140.1900.150.01131.4988.6889.61
HexCDFCD6130F183595a
Octal315374326230171203131132
Binary110011011111110011010110100110111111000001110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFCD6; }

 p { color: rgb(205,252,214); }

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

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

 a { background-color: rgb(205,252,214); }

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

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

 span { border-color: rgb(205,252,214); }

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