#C1CED6

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

Shades of Spindle #C1CED6

Tints of Spindle #C1CED6

Color information

#C1CED6 (or 0xC1CED6) is unknown color: approx Spindle. HEX triplet: C1, CE and D6. RGB value is (193,206,214). Sum of RGB (Red+Green+Blue) = 193+206+214=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #C1CED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CED6 is #3E3129. Grayscale: #CACACA. Windows color (decimal): -4075818 or 14077633. OLE color: 14077633.

HSL color Cylindrical-coordinate representation of color #C1CED6: hue angle of 202.86º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1CED6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193206214-
CMYK0.100.0400.16
HSL202.86º20.39%79.8%-
HSV(B)202.86º9.81%83.92%-
XYZ56.260.3472.3-
YUV203.02134.19120.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.48%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 214 (83.98% from 255) = 34.91%
R=31.48%
G=33.61%
B=34.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932062140.100.0400.16202.8620.3979.8
HexC1CED6A4010cb1450
Octal30131632612402031324120
Binary110000011100111011010110101010001000011001011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CED6; }

 p { color: rgb(193,206,214); }

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

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

 a { background-color: rgb(193,206,214); }

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

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

 span { border-color: rgb(193,206,214); }

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