#C1DCCB

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

Shades of Granny Apple #C1DCCB

Tints of Granny Apple #C1DCCB

Color information

#C1DCCB (or 0xC1DCCB) is unknown color: approx Granny Apple. HEX triplet: C1, DC and CB. RGB value is (193,220,203). Sum of RGB (Red+Green+Blue) = 193+220+203=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCCB is #3E2334. Grayscale: #D2D2D2. Windows color (decimal): -4072245 or 13360321. OLE color: 13360321.

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

Color convert

RGB193220203-
CMYK0.1200.080.14
HSL142.22º27.84%80.98%-
HSV(B)142.22º12.27%86.27%-
XYZ58.3766.8466.32-
YUV209.99124.05115.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=31.33%
G=35.71%
B=32.95%

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
Decimal1932202030.1200.080.14142.2227.8480.98
HexC1DCCBC08E8e1c51
Octal301334313140101621634121
Binary110000011101110011001011110001000111010001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCCB; }

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

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

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

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

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

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

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

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