Html Css Color HEX #D0C5FE Lavender Blue

📋 copy color: '#D0C5FE'

red 208 ◦ green 197 ◦ blue 254

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

Shades of Lavender Blue #D0C5FE

Tints of Lavender Blue #D0C5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 31.56%
G = 29.89%
B = 38.54%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D0C5FE (or 0xD0C5FE) is known color: Lavender Blue. HEX triplet: D0, C5 and FE. RGB value is (208,197,254). Sum of RGB (Red+Green+Blue) = 208+197+254=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C5FE is #2F3A01. Grayscale: #CECECE. Windows color (decimal): -3095042 or 16696784. OLE color: 16696784.

HSL color Cylindrical-coordinate representation of color #D0C5FE: hue angle of 251.58º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0C5FE is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 197 254 -
CMYK 0.18 0.22 0 0.00
HSL 251.58º 0.97% 0.88% -
HSV(B) 251.58º 0.22% 1% -
XYZ 63.87 60.5 102.08 -
YUV 206.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 208 197 254 0.18 0.22 0 0.00 251.58 0.97 0.88
Hex D0 C5 FE 12 16 0 0 FC 61 58
Octal 320 305 376 22 26 0 0 374 141 130
Binary 11010000 11000101 11111110 10010 10110 0 0 11111100 1100001 1011000

Color Harmonies of #D0C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C5FE

Black with #D0C5FE

Text Example


Text Example

White with #D0C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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