Html Css Color HEX #D0C8FF Lavender Blue

📋 copy color: '#D0C8FF'

red 208 ◦ green 200 ◦ blue 255

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

Shades of Lavender Blue #D0C8FF

Tints of Lavender Blue #D0C8FF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.17%

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

R = 31.37%
G = 30.17%
B = 38.46%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0C8FF (or 0xD0C8FF) is known color: Lavender Blue. HEX triplet: D0, C8 and FF. RGB value is (208,200,255). Sum of RGB (Red+Green+Blue) = 208+200+255=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C8FF is #2F3700. Grayscale: #D0D0D0. Windows color (decimal): -3094273 or 16763088. OLE color: 16763088.

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

Color convert

RGB 208 200 255 -
CMYK 0.18 0.22 0 0
HSL 248.73º 1% 0.89% -
HSV(B) 248.73º 0.22% 1% -
XYZ 64.72 61.94 103.15 -
YUV 208.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 208 200 255 0.18 0.22 0 0 248.73 1 0.89
Hex D0 C8 FF 12 16 0 0 F9 64 59
Octal 320 310 377 22 26 0 0 371 144 131
Binary 11010000 11001000 11111111 10010 10110 0 0 11111001 1100100 1011001

Color Harmonies of #D0C8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C8FF

Black with #D0C8FF

Text Example


Text Example

White with #D0C8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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