Html Css Color HEX #C0CDD6 Spindle

📋 copy color: '#C0CDD6'

red 192 ◦ green 205 ◦ blue 214

#C0CDD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #C0CDD6

Tints of Spindle #C0CDD6

RGB

 RED value IS 192 (75.39% from 255) = 31.42%

 GREEN value IS 205 (80.47% from 255) = 33.55%

 BLUE value IS 214 (83.98% from 255) = 35.02%

R = 31.42%
G = 33.55%
B = 35.02%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C0CDD6 (or 0xC0CDD6) is known color: Spindle. HEX triplet: C0, CD and D6. RGB value is (192,205,214). Sum of RGB (Red+Green+Blue) = 192+205+214=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0CDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDD6 is #3F3229. Grayscale: #CACACA. Windows color (decimal): -4141610 or 14077376. OLE color: 14077376.

HSL color Cylindrical-coordinate representation of color #C0CDD6: hue angle of 204.55º degrees, saturation: 0.21, 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 #C0CDD6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 205 214 -
CMYK 0.10 0.04 0 0.16
HSL 204.55º 0.21% 0.8% -
HSV(B) 204.55º 0.1% 0.84% -
XYZ 55.71 59.72 72.21 -
YUV 202.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 192 205 214 0.10 0.04 0 0.16 204.55 0.21 0.8
Hex C0 CD D6 A 4 0 10 CD 15 50
Octal 300 315 326 12 4 0 20 315 25 120
Binary 11000000 11001101 11010110 1010 100 0 10000 11001101 10101 1010000

Color Harmonies of #C0CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDD6

Black with #C0CDD6

Text Example


Text Example

White with #C0CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDD6; }

 p { color: rgb(192,205,214); }

 H1.HeaderClassName
 {
   color: #C0CDD6;
 }
 .AnyTagClassName
 {
   color: #C0CDD6;
 }
</style>

background-color css

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

 a { background-color: rgb(192,205,214); }

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

border-color css

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

 span { border-color: rgb(192,205,214); }

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