Html Css Color HEX #C6C3EF Lavender Blue

📋 copy color: '#C6C3EF'

red 198 ◦ green 195 ◦ blue 239

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

Shades of Lavender Blue #C6C3EF

Tints of Lavender Blue #C6C3EF

RGB

 RED value IS 198 (77.73% from 255) = 31.33%

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

 BLUE value IS 239 (93.75% from 255) = 37.82%

R = 31.33%
G = 30.85%
B = 37.82%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C6C3EF (or 0xC6C3EF) is known color: Lavender Blue. HEX triplet: C6, C3 and EF. RGB value is (198,195,239). Sum of RGB (Red+Green+Blue) = 198+195+239=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6C3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C3EF is #393C10. Grayscale: #C8C8C8. Windows color (decimal): -3750929 or 15713222. OLE color: 15713222.

HSL color Cylindrical-coordinate representation of color #C6C3EF: hue angle of 244.09º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6C3EF is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 195 239 -
CMYK 0.17 0.18 0 0.06
HSL 244.09º 0.58% 0.85% -
HSV(B) 244.09º 0.18% 0.94% -
XYZ 58.38 57.27 89.64 -
YUV 200.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 198 195 239 0.17 0.18 0 0.06 244.09 0.58 0.85
Hex C6 C3 EF 11 12 0 6 F4 3A 55
Octal 306 303 357 21 22 0 6 364 72 125
Binary 11000110 11000011 11101111 10001 10010 0 110 11110100 111010 1010101

Color Harmonies of #C6C3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C3EF

Black with #C6C3EF

Text Example


Text Example

White with #C6C3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C3EF; }

 p { color: rgb(198,195,239); }

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

background-color css

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

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

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

border-color css

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

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

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