Html Css Color HEX #D0C4FF Lavender Blue

📋 copy color: '#D0C4FF'

red 208 ◦ green 196 ◦ blue 255

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

Shades of Lavender Blue #D0C4FF

Tints of Lavender Blue #D0C4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.74%

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

R = 31.56%
G = 29.74%
B = 38.69%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0C4FF (or 0xD0C4FF) is known color: Lavender Blue. HEX triplet: D0, C4 and FF. RGB value is (208,196,255). Sum of RGB (Red+Green+Blue) = 208+196+255=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 196 (76.95% from 255 or 29.74% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C4FF is #2F3B00. Grayscale: #CECECE. Windows color (decimal): -3095297 or 16762064. OLE color: 16762064.

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

Color convert

RGB 208 196 255 -
CMYK 0.18 0.23 0 0
HSL 252.2º 1% 0.88% -
HSV(B) 252.2º 0.23% 1% -
XYZ 63.8 60.11 102.85 -
YUV 206.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 208 196 255 0.18 0.23 0 0 252.2 1 0.88
Hex D0 C4 FF 12 17 0 0 FC 64 58
Octal 320 304 377 22 27 0 0 374 144 130
Binary 11010000 11000100 11111111 10010 10111 0 0 11111100 1100100 1011000

Color Harmonies of #D0C4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C4FF

Black with #D0C4FF

Text Example


Text Example

White with #D0C4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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