Html Css Color HEX #C8C7F1 Lavender Blue

📋 copy color: '#C8C7F1'

red 200 ◦ green 199 ◦ blue 241

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

Shades of Lavender Blue #C8C7F1

Tints of Lavender Blue #C8C7F1

RGB

 RED value IS 200 (78.52% from 255) = 31.25%

 GREEN value IS 199 (78.13% from 255) = 31.09%

 BLUE value IS 241 (94.53% from 255) = 37.66%

R = 31.25%
G = 31.09%
B = 37.66%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C8C7F1 (or 0xC8C7F1) is known color: Lavender Blue. HEX triplet: C8, C7 and F1. RGB value is (200,199,241). Sum of RGB (Red+Green+Blue) = 200+199+241=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8C7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C7F1 is #37380E. Grayscale: #CBCBCB. Windows color (decimal): -3618831 or 15845320. OLE color: 15845320.

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

Color convert

RGB 200 199 241 -
CMYK 0.17 0.17 0 0.05
HSL 241.43º 0.6% 0.86% -
HSV(B) 241.43º 0.17% 0.95% -
XYZ 60.12 59.48 91.53 -
YUV 204.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 200 199 241 0.17 0.17 0 0.05 241.43 0.6 0.86
Hex C8 C7 F1 11 11 0 5 F1 3C 56
Octal 310 307 361 21 21 0 5 361 74 126
Binary 11001000 11000111 11110001 10001 10001 0 101 11110001 111100 1010110

Color Harmonies of #C8C7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C7F1

Black with #C8C7F1

Text Example


Text Example

White with #C8C7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C7F1; }

 p { color: rgb(200,199,241); }

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

background-color css

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

 a { background-color: rgb(200,199,241); }

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

border-color css

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

 span { border-color: rgb(200,199,241); }

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