Html Css Color HEX #D5D0FC Lavender Blue

📋 copy color: '#D5D0FC'

red 213 ◦ green 208 ◦ blue 252

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

Shades of Lavender Blue #D5D0FC

Tints of Lavender Blue #D5D0FC

RGB

 RED value IS 213 (83.59% from 255) = 31.65%

 GREEN value IS 208 (81.64% from 255) = 30.91%

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

R = 31.65%
G = 30.91%
B = 37.44%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5D0FC (or 0xD5D0FC) is known color: Lavender Blue. HEX triplet: D5, D0 and FC. RGB value is (213,208,252). Sum of RGB (Red+Green+Blue) = 213+208+252=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5D0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D0FC is #2A2F03. Grayscale: #D6D6D6. Windows color (decimal): -2764548 or 16568533. OLE color: 16568533.

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

Color convert

RGB 213 208 252 -
CMYK 0.15 0.17 0 0.01
HSL 246.82º 0.88% 0.9% -
HSV(B) 246.82º 0.17% 0.99% -
XYZ 67.57 66.29 101.33 -
YUV 214.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 213 208 252 0.15 0.17 0 0.01 246.82 0.88 0.9
Hex D5 D0 FC F 11 0 1 F7 58 5A
Octal 325 320 374 17 21 0 1 367 130 132
Binary 11010101 11010000 11111100 1111 10001 0 1 11110111 1011000 1011010

Color Harmonies of #D5D0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D0FC

Black with #D5D0FC

Text Example


Text Example

White with #D5D0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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