Html Css Color HEX #C3C3DB Lavender Grey

📋 copy color: '#C3C3DB'

red 195 ◦ green 195 ◦ blue 219

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

Shades of Lavender Grey #C3C3DB

Tints of Lavender Grey #C3C3DB

RGB

 RED value IS 195 (76.56% from 255) = 32.02%

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

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 32.02%
G = 32.02%
B = 35.96%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3C3DB (or 0xC3C3DB) is known color: Lavender Grey. HEX triplet: C3, C3 and DB. RGB value is (195,195,219). Sum of RGB (Red+Green+Blue) = 195+195+219=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C3DB is #3C3C24. Grayscale: #C5C5C5. Windows color (decimal): -3947557 or 14402499. OLE color: 14402499.

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

Color convert

RGB 195 195 219 -
CMYK 0.11 0.11 0 0.14
HSL 240º 0.25% 0.81% -
HSV(B) 240º 0.11% 0.86% -
XYZ 54.81 55.75 74.89 -
YUV 197.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 195 195 219 0.11 0.11 0 0.14 240 0.25 0.81
Hex C3 C3 DB B B 0 E F0 19 51
Octal 303 303 333 13 13 0 16 360 31 121
Binary 11000011 11000011 11011011 1011 1011 0 1110 11110000 11001 1010001

Color Harmonies of #C3C3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C3DB

Black with #C3C3DB

Text Example


Text Example

White with #C3C3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C3DB; }

 p { color: rgb(195,195,219); }

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

background-color css

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

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

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

border-color css

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

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

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