Html Css Color HEX #C0CED7 Spindle

📋 copy color: '#C0CED7'

red 192 ◦ green 206 ◦ blue 215

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

Shades of Spindle #C0CED7

Tints of Spindle #C0CED7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.61%

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 31.32%
G = 33.61%
B = 35.07%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C0CED7 (or 0xC0CED7) is known color: Spindle. HEX triplet: C0, CE and D7. RGB value is (192,206,215). Sum of RGB (Red+Green+Blue) = 192+206+215=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #C0CED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CED7 is #3F3128. Grayscale: #CACACA. Windows color (decimal): -4141353 or 14143168. OLE color: 14143168.

HSL color Cylindrical-coordinate representation of color #C0CED7: hue angle of 203.48º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0CED7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 206 215 -
CMYK 0.11 0.04 0 0.16
HSL 203.48º 0.22% 0.8% -
HSV(B) 203.48º 0.11% 0.84% -
XYZ 56.08 60.26 72.96 -
YUV 202.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 192 206 215 0.11 0.04 0 0.16 203.48 0.22 0.8
Hex C0 CE D7 B 4 0 10 CB 16 50
Octal 300 316 327 13 4 0 20 313 26 120
Binary 11000000 11001110 11010111 1011 100 0 10000 11001011 10110 1010000

Color Harmonies of #C0CED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CED7

Black with #C0CED7

Text Example


Text Example

White with #C0CED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CED7; }

 p { color: rgb(192,206,215); }

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

background-color css

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

 a { background-color: rgb(192,206,215); }

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

border-color css

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

 span { border-color: rgb(192,206,215); }

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