Html Css Color HEX #D0C6FC Lavender Blue

📋 copy color: '#D0C6FC'

red 208 ◦ green 198 ◦ blue 252

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

Shades of Lavender Blue #D0C6FC

Tints of Lavender Blue #D0C6FC

RGB

 RED value IS 208 (81.64% from 255) = 31.61%

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

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

R = 31.61%
G = 30.09%
B = 38.3%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0C6FC (or 0xD0C6FC) is known color: Lavender Blue. HEX triplet: D0, C6 and FC. RGB value is (208,198,252). Sum of RGB (Red+Green+Blue) = 208+198+252=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C6FC is #2F3903. Grayscale: #CECECE. Windows color (decimal): -3094788 or 16565968. OLE color: 16565968.

HSL color Cylindrical-coordinate representation of color #D0C6FC: hue angle of 251.11º 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 #D0C6FC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 198 252 -
CMYK 0.17 0.21 0 0.01
HSL 251.11º 0.9% 0.88% -
HSV(B) 251.11º 0.21% 0.99% -
XYZ 63.78 60.83 100.47 -
YUV 207.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 208 198 252 0.17 0.21 0 0.01 251.11 0.9 0.88
Hex D0 C6 FC 11 15 0 1 FB 5A 58
Octal 320 306 374 21 25 0 1 373 132 130
Binary 11010000 11000110 11111100 10001 10101 0 1 11111011 1011010 1011000

Color Harmonies of #D0C6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C6FC

Black with #D0C6FC

Text Example


Text Example

White with #D0C6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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