Html Css Color HEX #C0D1DA Spindle

📋 copy color: '#C0D1DA'

red 192 ◦ green 209 ◦ blue 218

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

Shades of Spindle #C0D1DA

Tints of Spindle #C0D1DA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.76%

 BLUE value IS 218 (85.55% from 255) = 35.22%

R = 31.02%
G = 33.76%
B = 35.22%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C0D1DA (or 0xC0D1DA) is known color: Spindle. HEX triplet: C0, D1 and DA. RGB value is (192,209,218). Sum of RGB (Red+Green+Blue) = 192+209+218=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0D1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1DA is #3F2E25. Grayscale: #CCCCCC. Windows color (decimal): -4140582 or 14340544. OLE color: 14340544.

HSL color Cylindrical-coordinate representation of color #C0D1DA: hue angle of 200.77º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0D1DA is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 209 218 -
CMYK 0.12 0.04 0 0.15
HSL 200.77º 0.26% 0.8% -
HSV(B) 200.77º 0.12% 0.85% -
XYZ 57.19 61.87 75.26 -
YUV 204.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 192 209 218 0.12 0.04 0 0.15 200.77 0.26 0.8
Hex C0 D1 DA C 4 0 F C9 1A 50
Octal 300 321 332 14 4 0 17 311 32 120
Binary 11000000 11010001 11011010 1100 100 0 1111 11001001 11010 1010000

Color Harmonies of #C0D1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D1DA

Black with #C0D1DA

Text Example


Text Example

White with #C0D1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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