Html Css Color HEX #C0C3DC Lavender Grey

📋 copy color: '#C0C3DC'

red 192 ◦ green 195 ◦ blue 220

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

Shades of Lavender Grey #C0C3DC

Tints of Lavender Grey #C0C3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.13%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 31.63%
G = 32.13%
B = 36.24%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C0C3DC (or 0xC0C3DC) is known color: Lavender Grey. HEX triplet: C0, C3 and DC. RGB value is (192,195,220). Sum of RGB (Red+Green+Blue) = 192+195+220=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C3DC is #3F3C23. Grayscale: #C4C4C4. Windows color (decimal): -4144164 or 14468032. OLE color: 14468032.

HSL color Cylindrical-coordinate representation of color #C0C3DC: hue angle of 233.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0C3DC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 195 220 -
CMYK 0.13 0.11 0 0.14
HSL 233.57º 0.29% 0.81% -
HSV(B) 233.57º 0.13% 0.86% -
XYZ 54.17 55.4 75.55 -
YUV 196.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 192 195 220 0.13 0.11 0 0.14 233.57 0.29 0.81
Hex C0 C3 DC D B 0 E EA 1D 51
Octal 300 303 334 15 13 0 16 352 35 121
Binary 11000000 11000011 11011100 1101 1011 0 1110 11101010 11101 1010001

Color Harmonies of #C0C3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C3DC

Black with #C0C3DC

Text Example


Text Example

White with #C0C3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C3DC; }

 p { color: rgb(192,195,220); }

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

background-color css

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

 a { background-color: rgb(192,195,220); }

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

border-color css

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

 span { border-color: rgb(192,195,220); }

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