Html Css Color HEX #D0C4F9 Lavender Blue

📋 copy color: '#D0C4F9'

red 208 ◦ green 196 ◦ blue 249

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

Shades of Lavender Blue #D0C4F9

Tints of Lavender Blue #D0C4F9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.02%

 BLUE value IS 249 (97.66% from 255) = 38.13%

R = 31.85%
G = 30.02%
B = 38.13%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0C4F9 (or 0xD0C4F9) is known color: Lavender Blue. HEX triplet: D0, C4 and F9. RGB value is (208,196,249). Sum of RGB (Red+Green+Blue) = 208+196+249=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0C4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C4F9 is #2F3B06. Grayscale: #CDCDCD. Windows color (decimal): -3095303 or 16368848. OLE color: 16368848.

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

Color convert

RGB 208 196 249 -
CMYK 0.16 0.21 0 0.02
HSL 253.58º 0.82% 0.87% -
HSV(B) 253.58º 0.21% 0.98% -
XYZ 62.85 59.73 97.84 -
YUV 205.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 208 196 249 0.16 0.21 0 0.02 253.58 0.82 0.87
Hex D0 C4 F9 10 15 0 2 FE 52 57
Octal 320 304 371 20 25 0 2 376 122 127
Binary 11010000 11000100 11111001 10000 10101 0 10 11111110 1010010 1010111

Color Harmonies of #D0C4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C4F9

Black with #D0C4F9

Text Example


Text Example

White with #D0C4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C4F9; }

 p { color: rgb(208,196,249); }

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

background-color css

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

 a { background-color: rgb(208,196,249); }

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

border-color css

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

 span { border-color: rgb(208,196,249); }

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