Html Css Color HEX #D0C7FC Lavender Blue

📋 copy color: '#D0C7FC'

red 208 ◦ green 199 ◦ blue 252

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

Shades of Lavender Blue #D0C7FC

Tints of Lavender Blue #D0C7FC

RGB

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

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

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

R = 31.56%
G = 30.2%
B = 38.24%

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

#D0C7FC (or 0xD0C7FC) is known color: Lavender Blue. HEX triplet: D0, C7 and FC. RGB value is (208,199,252). Sum of RGB (Red+Green+Blue) = 208+199+252=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 199 (78.12% from 255 or 30.20% 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 #D0C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C7FC is #2F3803. Grayscale: #CFCFCF. Windows color (decimal): -3094532 or 16566224. OLE color: 16566224.

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

Color convert

RGB 208 199 252 -
CMYK 0.17 0.21 0 0.01
HSL 250.19º 0.9% 0.88% -
HSV(B) 250.19º 0.21% 0.99% -
XYZ 64.01 61.29 100.55 -
YUV 207.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 208 199 252 0.17 0.21 0 0.01 250.19 0.9 0.88
Hex D0 C7 FC 11 15 0 1 FA 5A 58
Octal 320 307 374 21 25 0 1 372 132 130
Binary 11010000 11000111 11111100 10001 10101 0 1 11111010 1011010 1011000

Color Harmonies of #D0C7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C7FC

Black with #D0C7FC

Text Example


Text Example

White with #D0C7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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