Html Css Color HEX #C7C5F2 Lavender Blue

📋 copy color: '#C7C5F2'

red 199 ◦ green 197 ◦ blue 242

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

Shades of Lavender Blue #C7C5F2

Tints of Lavender Blue #C7C5F2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.88%

 BLUE value IS 242 (94.92% from 255) = 37.93%

R = 31.19%
G = 30.88%
B = 37.93%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7C5F2 (or 0xC7C5F2) is known color: Lavender Blue. HEX triplet: C7, C5 and F2. RGB value is (199,197,242). Sum of RGB (Red+Green+Blue) = 199+197+242=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7C5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C5F2 is #383A0D. Grayscale: #CACACA. Windows color (decimal): -3684878 or 15910343. OLE color: 15910343.

HSL color Cylindrical-coordinate representation of color #C7C5F2: hue angle of 242.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7C5F2 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 197 242 -
CMYK 0.18 0.19 0 0.05
HSL 242.67º 0.63% 0.86% -
HSV(B) 242.67º 0.19% 0.95% -
XYZ 59.55 58.49 92.15 -
YUV 202.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 199 197 242 0.18 0.19 0 0.05 242.67 0.63 0.86
Hex C7 C5 F2 12 13 0 5 F3 3F 56
Octal 307 305 362 22 23 0 5 363 77 126
Binary 11000111 11000101 11110010 10010 10011 0 101 11110011 111111 1010110

Color Harmonies of #C7C5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C5F2

Black with #C7C5F2

Text Example


Text Example

White with #C7C5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C5F2; }

 p { color: rgb(199,197,242); }

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

background-color css

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

 a { background-color: rgb(199,197,242); }

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

border-color css

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

 span { border-color: rgb(199,197,242); }

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