Html Css Color HEX #D0C1FD Lavender Blue

📋 copy color: '#D0C1FD'

red 208 ◦ green 193 ◦ blue 253

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

Shades of Lavender Blue #D0C1FD

Tints of Lavender Blue #D0C1FD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.51%

 BLUE value IS 253 (99.22% from 255) = 38.69%

R = 31.8%
G = 29.51%
B = 38.69%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0C1FD (or 0xD0C1FD) is known color: Lavender Blue. HEX triplet: D0, C1 and FD. RGB value is (208,193,253). Sum of RGB (Red+Green+Blue) = 208+193+253=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0C1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C1FD is #2F3E02. Grayscale: #CCCCCC. Windows color (decimal): -3096067 or 16630224. OLE color: 16630224.

HSL color Cylindrical-coordinate representation of color #D0C1FD: hue angle of 255º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0C1FD is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 193 253 -
CMYK 0.18 0.24 0 0.01
HSL 255º 0.94% 0.87% -
HSV(B) 255º 0.24% 0.99% -
XYZ 62.81 58.64 100.94 -
YUV 204.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 208 193 253 0.18 0.24 0 0.01 255 0.94 0.87
Hex D0 C1 FD 12 18 0 1 FF 5E 57
Octal 320 301 375 22 30 0 1 377 136 127
Binary 11010000 11000001 11111101 10010 11000 0 1 11111111 1011110 1010111

Color Harmonies of #D0C1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C1FD

Black with #D0C1FD

Text Example


Text Example

White with #D0C1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C1FD; }

 p { color: rgb(208,193,253); }

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

background-color css

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

 a { background-color: rgb(208,193,253); }

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

border-color css

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

 span { border-color: rgb(208,193,253); }

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