#C1DDCC

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

Shades of Granny Apple #C1DDCC

Tints of Granny Apple #C1DDCC

Color information

#C1DDCC (or 0xC1DDCC) is unknown color: approx Granny Apple. HEX triplet: C1, DD and CC. RGB value is (193,221,204). Sum of RGB (Red+Green+Blue) = 193+221+204=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDCC is #3E2233. Grayscale: #D2D2D2. Windows color (decimal): -4071988 or 13426113. OLE color: 13426113.

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

Color convert

RGB193221204-
CMYK0.1300.080.13
HSL143.57º29.17%81.18%-
HSV(B)143.57º12.67%86.67%-
XYZ58.7567.4167.04-
YUV210.69124.22115.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=31.23%
G=35.76%
B=33.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932212040.1300.080.13143.5729.1781.18
HexC1DDCCD08D901d51
Octal301335314150101522035121
Binary110000011101110111001100110101000110110010000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDCC; }

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

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

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

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

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

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

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

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