#CDFDD5

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

Shades of Granny Apple #CDFDD5

Tints of Granny Apple #CDFDD5

Color information

#CDFDD5 (or 0xCDFDD5) is unknown color: approx Granny Apple. HEX triplet: CD, FD and D5. RGB value is (205,253,213). Sum of RGB (Red+Green+Blue) = 205+253+213=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDD5 is #32022A. Grayscale: #EAEAEA. Windows color (decimal): -3277355 or 14024141. OLE color: 14024141.

HSL color Cylindrical-coordinate representation of color #CDFDD5: hue angle of 130º degrees, saturation: 0.92, 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 #CDFDD5 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB205253213-
CMYK0.1900.160.01
HSL130º92.31%89.8%-
HSV(B)130º18.97%99.22%-
XYZ72.3188.0376.13-
YUV234.09116.1107.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 213 (83.59% from 255) = 31.74%
R=30.55%
G=37.70%
B=31.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052532130.1900.160.0113092.3189.8
HexCDFDD5130101825c5a
Octal315375325230201202134132
Binary1100110111111101110101011001101000011000001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDD5; }

 p { color: rgb(205,253,213); }

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

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

 a { background-color: rgb(205,253,213); }

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

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

 span { border-color: rgb(205,253,213); }

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