Html Css Color HEX #C6D1FC Lavender Blue

📋 copy color: '#C6D1FC'

red 198 ◦ green 209 ◦ blue 252

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

Shades of Lavender Blue #C6D1FC

Tints of Lavender Blue #C6D1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.24%

R = 30.05%
G = 31.71%
B = 38.24%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6D1FC (or 0xC6D1FC) is known color: Lavender Blue. HEX triplet: C6, D1 and FC. RGB value is (198,209,252). Sum of RGB (Red+Green+Blue) = 198+209+252=659 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.05% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6D1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D1FC is #392E03. Grayscale: #D2D2D2. Windows color (decimal): -3747332 or 16568774. OLE color: 16568774.

HSL color Cylindrical-coordinate representation of color #C6D1FC: hue angle of 227.78º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6D1FC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 209 252 -
CMYK 0.21 0.17 0 0.01
HSL 227.78º 0.9% 0.88% -
HSV(B) 227.78º 0.21% 0.99% -
XYZ 63.66 64.63 101.22 -
YUV 210.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 198 209 252 0.21 0.17 0 0.01 227.78 0.9 0.88
Hex C6 D1 FC 15 11 0 1 E4 5A 58
Octal 306 321 374 25 21 0 1 344 132 130
Binary 11000110 11010001 11111100 10101 10001 0 1 11100100 1011010 1011000

Color Harmonies of #C6D1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D1FC

Black with #C6D1FC

Text Example


Text Example

White with #C6D1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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