#C1CCD3

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

Shades of Spindle #C1CCD3

Tints of Spindle #C1CCD3

Color information

#C1CCD3 (or 0xC1CCD3) is unknown color: approx Spindle. HEX triplet: C1, CC and D3. RGB value is (193,204,211). Sum of RGB (Red+Green+Blue) = 193+204+211=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 211 - color contains mainly: blue. Hex color #C1CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCD3 is #3E332C. Grayscale: #C9C9C9. Windows color (decimal): -4076333 or 13880513. OLE color: 13880513.

HSL color Cylindrical-coordinate representation of color #C1CCD3: hue angle of 203.33º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1CCD3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193204211-
CMYK0.090.0300.17
HSL203.33º16.98%79.22%-
HSV(B)203.33º8.53%82.75%-
XYZ55.3459.2370.14-
YUV201.51133.36121.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.74%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 211 (82.81% from 255) = 34.70%
R=31.74%
G=33.55%
B=34.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1932042110.090.0300.17203.3316.9879.22
HexC1CCD393011cb114f
Octal30131432311302131321117
Binary11000001110011001101001110011101000111001011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCD3; }

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

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

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

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

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

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

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

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