Html Css Color HEX #C6D1FA Lavender Blue

📋 copy color: '#C6D1FA'

red 198 ◦ green 209 ◦ blue 250

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

Shades of Lavender Blue #C6D1FA

Tints of Lavender Blue #C6D1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.81%

 BLUE value IS 250 (98.05% from 255) = 38.05%

R = 30.14%
G = 31.81%
B = 38.05%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6D1FA (or 0xC6D1FA) is known color: Lavender Blue. HEX triplet: C6, D1 and FA. RGB value is (198,209,250). Sum of RGB (Red+Green+Blue) = 198+209+250=657 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.14% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6D1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D1FA is #392E05. Grayscale: #D2D2D2. Windows color (decimal): -3747334 or 16437702. OLE color: 16437702.

HSL color Cylindrical-coordinate representation of color #C6D1FA: hue angle of 227.31º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6D1FA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 209 250 -
CMYK 0.21 0.16 0 0.02
HSL 227.31º 0.84% 0.88% -
HSV(B) 227.31º 0.21% 0.98% -
XYZ 63.34 64.51 99.56 -
YUV 210.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 198 209 250 0.21 0.16 0 0.02 227.31 0.84 0.88
Hex C6 D1 FA 15 10 0 2 E3 54 58
Octal 306 321 372 25 20 0 2 343 124 130
Binary 11000110 11010001 11111010 10101 10000 0 10 11100011 1010100 1011000

Color Harmonies of #C6D1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D1FA

Black with #C6D1FA

Text Example


Text Example

White with #C6D1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D1FA; }

 p { color: rgb(198,209,250); }

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

background-color css

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

 a { background-color: rgb(198,209,250); }

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

border-color css

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

 span { border-color: rgb(198,209,250); }

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