Html Css Color HEX #C7C6EB Lavender Blue

📋 copy color: '#C7C6EB'

red 199 ◦ green 198 ◦ blue 235

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

Shades of Lavender Blue #C7C6EB

Tints of Lavender Blue #C7C6EB

RGB

 RED value IS 199 (78.13% from 255) = 31.49%

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

 BLUE value IS 235 (92.19% from 255) = 37.18%

R = 31.49%
G = 31.33%
B = 37.18%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C7C6EB (or 0xC7C6EB) is known color: Lavender Blue. HEX triplet: C7, C6 and EB. RGB value is (199,198,235). Sum of RGB (Red+Green+Blue) = 199+198+235=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C6EB is #383914. Grayscale: #CACACA. Windows color (decimal): -3684629 or 15451847. OLE color: 15451847.

HSL color Cylindrical-coordinate representation of color #C7C6EB: hue angle of 241.62º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7C6EB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 198 235 -
CMYK 0.15 0.16 0 0.08
HSL 241.62º 0.48% 0.85% -
HSV(B) 241.62º 0.16% 0.92% -
XYZ 58.74 58.53 86.8 -
YUV 202.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 199 198 235 0.15 0.16 0 0.08 241.62 0.48 0.85
Hex C7 C6 EB F 10 0 8 F2 30 55
Octal 307 306 353 17 20 0 10 362 60 125
Binary 11000111 11000110 11101011 1111 10000 0 1000 11110010 110000 1010101

Color Harmonies of #C7C6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C6EB

Black with #C7C6EB

Text Example


Text Example

White with #C7C6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C6EB; }

 p { color: rgb(199,198,235); }

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

background-color css

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

 a { background-color: rgb(199,198,235); }

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

border-color css

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

 span { border-color: rgb(199,198,235); }

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