#C0D1DC

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

Shades of Spindle #C0D1DC

Tints of Spindle #C0D1DC

Color information

#C0D1DC (or 0xC0D1DC) is unknown color: approx Spindle. HEX triplet: C0, D1 and DC. RGB value is (192,209,220). Sum of RGB (Red+Green+Blue) = 192+209+220=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1DC is #3F2E23. Grayscale: #CDCDCD. Windows color (decimal): -4140580 or 14471616. OLE color: 14471616.

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

Color convert

RGB192209220-
CMYK0.130.0500.14
HSL203.57º28.57%80.78%-
HSV(B)203.57º12.73%86.27%-
XYZ57.4661.9776.64-
YUV205.17136.37118.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.92%
GREEN value IS 209 (82.03% from 255) = 33.66%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=30.92%
G=33.66%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922092200.130.0500.14203.5728.5780.78
HexC0D1DCD50Ecc1d51
Octal30032133415501631435121
Binary11000000110100011101110011011010111011001100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D1DC; }

 p { color: rgb(192,209,220); }

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

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

 a { background-color: rgb(192,209,220); }

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

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

 span { border-color: rgb(192,209,220); }

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