Html Css Color HEX #D0C8FE Lavender Blue

📋 copy color: '#D0C8FE'

red 208 ◦ green 200 ◦ blue 254

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

Shades of Lavender Blue #D0C8FE

Tints of Lavender Blue #D0C8FE

RGB

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

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

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

R = 31.42%
G = 30.21%
B = 38.37%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D0C8FE (or 0xD0C8FE) is known color: Lavender Blue. HEX triplet: D0, C8 and FE. RGB value is (208,200,254). Sum of RGB (Red+Green+Blue) = 208+200+254=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C8FE is #2F3701. Grayscale: #D0D0D0. Windows color (decimal): -3094274 or 16697552. OLE color: 16697552.

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

Color convert

RGB 208 200 254 -
CMYK 0.18 0.21 0 0.00
HSL 248.89º 0.96% 0.89% -
HSV(B) 248.89º 0.21% 1% -
XYZ 64.56 61.87 102.31 -
YUV 208.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 208 200 254 0.18 0.21 0 0.00 248.89 0.96 0.89
Hex D0 C8 FE 12 15 0 0 F9 60 59
Octal 320 310 376 22 25 0 0 371 140 131
Binary 11010000 11001000 11111110 10010 10101 0 0 11111001 1100000 1011001

Color Harmonies of #D0C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C8FE

Black with #D0C8FE

Text Example


Text Example

White with #D0C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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