Html Css Color HEX #D0D5FB Lavender Blue

📋 copy color: '#D0D5FB'

red 208 ◦ green 213 ◦ blue 251

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

Shades of Lavender Blue #D0D5FB

Tints of Lavender Blue #D0D5FB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.7%

 BLUE value IS 251 (98.44% from 255) = 37.35%

R = 30.95%
G = 31.7%
B = 37.35%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0D5FB (or 0xD0D5FB) is known color: Lavender Blue. HEX triplet: D0, D5 and FB. RGB value is (208,213,251). Sum of RGB (Red+Green+Blue) = 208+213+251=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0D5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D5FB is #2F2A04. Grayscale: #D7D7D7. Windows color (decimal): -3090949 or 16504272. OLE color: 16504272.

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

Color convert

RGB 208 213 251 -
CMYK 0.17 0.15 0 0.02
HSL 233.02º 0.84% 0.9% -
HSV(B) 233.02º 0.17% 0.98% -
XYZ 67.22 67.96 100.84 -
YUV 215.84 147.84 122.41 -
System Red Green Blue C M Y K H S L
Decimal 208 213 251 0.17 0.15 0 0.02 233.02 0.84 0.9
Hex D0 D5 FB 11 F 0 2 E9 54 5A
Octal 320 325 373 21 17 0 2 351 124 132
Binary 11010000 11010101 11111011 10001 1111 0 10 11101001 1010100 1011010

Color Harmonies of #D0D5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D5FB

Black with #D0D5FB

Text Example


Text Example

White with #D0D5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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