Html Css Color HEX #D0C5FB Lavender Blue

📋 copy color: '#D0C5FB'

red 208 ◦ green 197 ◦ blue 251

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

Shades of Lavender Blue #D0C5FB

Tints of Lavender Blue #D0C5FB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.03%

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

R = 31.71%
G = 30.03%
B = 38.26%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0C5FB (or 0xD0C5FB) is known color: Lavender Blue. HEX triplet: D0, C5 and FB. RGB value is (208,197,251). Sum of RGB (Red+Green+Blue) = 208+197+251=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C5FB is #2F3A04. Grayscale: #CECECE. Windows color (decimal): -3095045 or 16500176. OLE color: 16500176.

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

Color convert

RGB 208 197 251 -
CMYK 0.17 0.22 0 0.02
HSL 252.22º 0.87% 0.88% -
HSV(B) 252.22º 0.22% 0.98% -
XYZ 63.39 60.31 99.57 -
YUV 206.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 208 197 251 0.17 0.22 0 0.02 252.22 0.87 0.88
Hex D0 C5 FB 11 16 0 2 FC 57 58
Octal 320 305 373 21 26 0 2 374 127 130
Binary 11010000 11000101 11111011 10001 10110 0 10 11111100 1010111 1011000

Color Harmonies of #D0C5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C5FB

Black with #D0C5FB

Text Example


Text Example

White with #D0C5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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