#C0CCD4

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

Shades of Spindle #C0CCD4

Tints of Spindle #C0CCD4

Color information

#C0CCD4 (or 0xC0CCD4) is unknown color: approx Spindle. HEX triplet: C0, CC and D4. RGB value is (192,204,212). Sum of RGB (Red+Green+Blue) = 192+204+212=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #C0CCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCD4 is #3F332B. Grayscale: #C9C9C9. Windows color (decimal): -4141868 or 13946048. OLE color: 13946048.

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

Color convert

RGB192204212-
CMYK0.090.0400.17
HSL204º18.87%79.22%-
HSV(B)204º9.43%83.14%-
XYZ55.2159.1570.79-
YUV201.32134.02121.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.58%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=31.58%
G=33.55%
B=34.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922042120.090.0400.1720418.8779.22
HexC0CCD494011cc134f
Octal30031432411402131423117
Binary110000001100110011010100100110001000111001100100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCD4; }

 p { color: rgb(192,204,212); }

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

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

 a { background-color: rgb(192,204,212); }

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

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

 span { border-color: rgb(192,204,212); }

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