Html Css Color HEX #C1CAD2 Spindle

📋 copy color: '#C1CAD2'

red 193 ◦ green 202 ◦ blue 210

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

Shades of Spindle #C1CAD2

Tints of Spindle #C1CAD2

RGB

 RED value IS 193 (75.78% from 255) = 31.9%

 GREEN value IS 202 (79.3% from 255) = 33.39%

 BLUE value IS 210 (82.42% from 255) = 34.71%

R = 31.9%
G = 33.39%
B = 34.71%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C1CAD2 (or 0xC1CAD2) is known color: Spindle. HEX triplet: C1, CA and D2. RGB value is (193,202,210). Sum of RGB (Red+Green+Blue) = 193+202+210=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #C1CAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CAD2 is #3E352D. Grayscale: #C8C8C8. Windows color (decimal): -4076846 or 13814465. OLE color: 13814465.

HSL color Cylindrical-coordinate representation of color #C1CAD2: hue angle of 208.24º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1CAD2 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 202 210 -
CMYK 0.08 0.04 0 0.18
HSL 208.24º 0.16% 0.79% -
HSV(B) 208.24º 0.08% 0.82% -
XYZ 54.75 58.23 69.33 -
YUV 200.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 193 202 210 0.08 0.04 0 0.18 208.24 0.16 0.79
Hex C1 CA D2 8 4 0 12 D0 10 4F
Octal 301 312 322 10 4 0 22 320 20 117
Binary 11000001 11001010 11010010 1000 100 0 10010 11010000 10000 1001111

Color Harmonies of #C1CAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CAD2

Black with #C1CAD2

Text Example


Text Example

White with #C1CAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CAD2; }

 p { color: rgb(193,202,210); }

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

background-color css

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

 a { background-color: rgb(193,202,210); }

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

border-color css

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

 span { border-color: rgb(193,202,210); }

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