Html Css Color HEX #C1C0EE Lavender Blue

📋 copy color: '#C1C0EE'

red 193 ◦ green 192 ◦ blue 238

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

Shades of Lavender Blue #C1C0EE

Tints of Lavender Blue #C1C0EE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.82%

 BLUE value IS 238 (93.36% from 255) = 38.2%

R = 30.98%
G = 30.82%
B = 38.2%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1C0EE (or 0xC1C0EE) is known color: Lavender Blue. HEX triplet: C1, C0 and EE. RGB value is (193,192,238). Sum of RGB (Red+Green+Blue) = 193+192+238=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C0EE is #3E3F11. Grayscale: #C5C5C5. Windows color (decimal): -4079378 or 15646913. OLE color: 15646913.

HSL color Cylindrical-coordinate representation of color #C1C0EE: hue angle of 241.3º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1C0EE is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 192 238 -
CMYK 0.19 0.19 0 0.07
HSL 241.3º 0.58% 0.84% -
HSV(B) 241.3º 0.19% 0.93% -
XYZ 56.27 55.21 88.58 -
YUV 197.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 193 192 238 0.19 0.19 0 0.07 241.3 0.58 0.84
Hex C1 C0 EE 13 13 0 7 F1 3A 54
Octal 301 300 356 23 23 0 7 361 72 124
Binary 11000001 11000000 11101110 10011 10011 0 111 11110001 111010 1010100

Color Harmonies of #C1C0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C0EE

Black with #C1C0EE

Text Example


Text Example

White with #C1C0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C0EE; }

 p { color: rgb(193,192,238); }

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

background-color css

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

 a { background-color: rgb(193,192,238); }

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

border-color css

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

 span { border-color: rgb(193,192,238); }

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