#C2DDCA

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

Shades of Granny Apple #C2DDCA

Tints of Granny Apple #C2DDCA

Color information

#C2DDCA (or 0xC2DDCA) is unknown color: approx Granny Apple. HEX triplet: C2, DD and CA. RGB value is (194,221,202). Sum of RGB (Red+Green+Blue) = 194+221+202=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDCA is #3D2235. Grayscale: #D2D2D2. Windows color (decimal): -4006454 or 13295042. OLE color: 13295042.

HSL color Cylindrical-coordinate representation of color #C2DDCA: hue angle of 137.78º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DDCA is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB194221202-
CMYK0.1200.090.13
HSL137.78º28.42%81.37%-
HSV(B)137.78º12.22%86.67%-
XYZ58.7767.4565.8-
YUV210.76123.05116.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.44%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=31.44%
G=35.82%
B=32.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942212020.1200.090.13137.7828.4281.37
HexC2DDCAC09D8a1c51
Octal302335312140111521234121
Binary110000101101110111001010110001001110110001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDCA; }

 p { color: rgb(194,221,202); }

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

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

 a { background-color: rgb(194,221,202); }

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

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

 span { border-color: rgb(194,221,202); }

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