#CDF3D3

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

Shades of Granny Apple #CDF3D3

Tints of Granny Apple #CDF3D3

Color information

#CDF3D3 (or 0xCDF3D3) is unknown color: approx Granny Apple. HEX triplet: CD, F3 and D3. RGB value is (205,243,211). Sum of RGB (Red+Green+Blue) = 205+243+211=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 211 (82.81% from 255 or 32.02% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3D3 is #320C2C. Grayscale: #E4E4E4. Windows color (decimal): -3279917 or 13890509. OLE color: 13890509.

HSL color Cylindrical-coordinate representation of color #CDF3D3: hue angle of 129.47º 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 #CDF3D3 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB205243211-
CMYK0.1600.130.05
HSL129.47º61.29%87.84%-
HSV(B)129.47º15.64%95.29%-
XYZ68.9981.7873.78-
YUV227.99118.41111.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 243 (95.31% from 255) = 36.87%
BLUE value IS 211 (82.81% from 255) = 32.02%
R=31.11%
G=36.87%
B=32.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052432110.1600.130.05129.4761.2987.84
HexCDF3D3100D5813d58
Octal31536332320015520175130
Binary1100110111110011110100111000001101101100000011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF3D3; }

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

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

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

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

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

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

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

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