#C1CDD3

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

Shades of Spindle #C1CDD3

Tints of Spindle #C1CDD3

Color information

#C1CDD3 (or 0xC1CDD3) is unknown color: approx Spindle. HEX triplet: C1, CD and D3. RGB value is (193,205,211). Sum of RGB (Red+Green+Blue) = 193+205+211=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 211 - color contains mainly: blue. Hex color #C1CDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDD3 is #3E322C. Grayscale: #CACACA. Windows color (decimal): -4076077 or 13880769. OLE color: 13880769.

HSL color Cylindrical-coordinate representation of color #C1CDD3: hue angle of 200º 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 #C1CDD3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193205211-
CMYK0.090.0300.17
HSL200º16.98%79.22%-
HSV(B)200º8.53%82.75%-
XYZ55.5859.770.22-
YUV202.1133.02121.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.69%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 211 (82.81% from 255) = 34.65%
R=31.69%
G=33.66%
B=34.65%

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
Decimal1932052110.090.0300.1720016.9879.22
HexC1CDD393011c8114f
Octal30131532311302131021117
Binary11000001110011011101001110011101000111001000100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CDD3; }

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

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

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

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

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

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

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

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