#C2DDCC

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

Shades of Granny Apple #C2DDCC

Tints of Granny Apple #C2DDCC

Color information

#C2DDCC (or 0xC2DDCC) is unknown color: approx Granny Apple. HEX triplet: C2, DD and CC. RGB value is (194,221,204). Sum of RGB (Red+Green+Blue) = 194+221+204=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDCC is #3D2233. Grayscale: #D3D3D3. Windows color (decimal): -4006452 or 13426114. OLE color: 13426114.

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

Color convert

RGB194221204-
CMYK0.1200.080.13
HSL142.22º28.42%81.37%-
HSV(B)142.22º12.22%86.67%-
XYZ5967.5467.05-
YUV210.99124.05115.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.34%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=31.34%
G=35.70%
B=32.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942212040.1200.080.13142.2228.4281.37
HexC2DDCCC08D8e1c51
Octal302335314140101521634121
Binary110000101101110111001100110001000110110001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDCC; }

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

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

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

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

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

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

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

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