#CDF3D7

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

Shades of Granny Apple #CDF3D7

Tints of Granny Apple #CDF3D7

Color information

#CDF3D7 (or 0xCDF3D7) is unknown color: approx Granny Apple. HEX triplet: CD, F3 and D7. RGB value is (205,243,215). Sum of RGB (Red+Green+Blue) = 205+243+215=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3D7 is #320C28. Grayscale: #E4E4E4. Windows color (decimal): -3279913 or 14152653. OLE color: 14152653.

HSL color Cylindrical-coordinate representation of color #CDF3D7: hue angle of 135.79º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF3D7 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB205243215-
CMYK0.1600.120.05
HSL135.79º61.29%87.84%-
HSV(B)135.79º15.64%95.29%-
XYZ69.4981.9976.45-
YUV228.45120.41111.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.92%
GREEN value IS 243 (95.31% from 255) = 36.65%
BLUE value IS 215 (84.38% from 255) = 32.43%
R=30.92%
G=36.65%
B=32.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052432150.1600.120.05135.7961.2987.84
HexCDF3D7100C5883d58
Octal31536332720014521075130
Binary1100110111110011110101111000001100101100010001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF3D7; }

 p { color: rgb(205,243,215); }

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

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

 a { background-color: rgb(205,243,215); }

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

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

 span { border-color: rgb(205,243,215); }

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