#C2DCCB

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

Shades of Granny Apple #C2DCCB

Tints of Granny Apple #C2DCCB

Color information

#C2DCCB (or 0xC2DCCB) is unknown color: approx Granny Apple. HEX triplet: C2, DC and CB. RGB value is (194,220,203). Sum of RGB (Red+Green+Blue) = 194+220+203=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCCB is #3D2334. Grayscale: #D2D2D2. Windows color (decimal): -4006709 or 13360322. OLE color: 13360322.

HSL color Cylindrical-coordinate representation of color #C2DCCB: hue angle of 140.77º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DCCB is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB194220203-
CMYK0.1200.080.14
HSL140.77º27.08%81.18%-
HSV(B)140.77º11.82%86.27%-
XYZ58.6266.9766.34-
YUV210.29123.89116.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.44%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=31.44%
G=35.66%
B=32.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942202030.1200.080.14140.7727.0881.18
HexC2DCCBC08E8d1b51
Octal302334313140101621533121
Binary110000101101110011001011110001000111010001101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCCB; }

 p { color: rgb(194,220,203); }

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

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

 a { background-color: rgb(194,220,203); }

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

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

 span { border-color: rgb(194,220,203); }

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