Html Css Color HEX #D0C0FD Lavender Blue

📋 copy color: '#D0C0FD'

red 208 ◦ green 192 ◦ blue 253

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

Shades of Lavender Blue #D0C0FD

Tints of Lavender Blue #D0C0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.74%

R = 31.85%
G = 29.4%
B = 38.74%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0C0FD (or 0xD0C0FD) is known color: Lavender Blue. HEX triplet: D0, C0 and FD. RGB value is (208,192,253). Sum of RGB (Red+Green+Blue) = 208+192+253=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0C0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C0FD is #2F3F02. Grayscale: #CBCBCB. Windows color (decimal): -3096323 or 16629968. OLE color: 16629968.

HSL color Cylindrical-coordinate representation of color #D0C0FD: hue angle of 255.74º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0C0FD is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 192 253 -
CMYK 0.18 0.24 0 0.01
HSL 255.74º 0.94% 0.87% -
HSV(B) 255.74º 0.24% 0.99% -
XYZ 62.59 58.2 100.86 -
YUV 203.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 208 192 253 0.18 0.24 0 0.01 255.74 0.94 0.87
Hex D0 C0 FD 12 18 0 1 100 5E 57
Octal 320 300 375 22 30 0 1 400 136 127
Binary 11010000 11000000 11111101 10010 11000 0 1 100000000 1011110 1010111

Color Harmonies of #D0C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C0FD

Black with #D0C0FD

Text Example


Text Example

White with #D0C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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