Html Css Color HEX #D0C0FF Lavender Blue

📋 copy color: '#D0C0FF'

red 208 ◦ green 192 ◦ blue 255

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

Shades of Lavender Blue #D0C0FF

Tints of Lavender Blue #D0C0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.31%

 BLUE value IS 255 (100% from 255) = 38.93%

R = 31.76%
G = 29.31%
B = 38.93%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0C0FF (or 0xD0C0FF) is known color: Lavender Blue. HEX triplet: D0, C0 and FF. RGB value is (208,192,255). Sum of RGB (Red+Green+Blue) = 208+192+255=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0C0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C0FF is #2F3F00. Grayscale: #CBCBCB. Windows color (decimal): -3096321 or 16761040. OLE color: 16761040.

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

Color convert

RGB 208 192 255 -
CMYK 0.18 0.25 0 0
HSL 255.24º 1% 0.88% -
HSV(B) 255.24º 0.25% 1% -
XYZ 62.91 58.33 102.55 -
YUV 203.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 208 192 255 0.18 0.25 0 0 255.24 1 0.88
Hex D0 C0 FF 12 19 0 0 FF 64 58
Octal 320 300 377 22 31 0 0 377 144 130
Binary 11010000 11000000 11111111 10010 11001 0 0 11111111 1100100 1011000

Color Harmonies of #D0C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C0FF

Black with #D0C0FF

Text Example


Text Example

White with #D0C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C0FF; }

 p { color: rgb(208,192,255); }

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

background-color css

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

 a { background-color: rgb(208,192,255); }

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

border-color css

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

 span { border-color: rgb(208,192,255); }

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