Html Css Color HEX #D0C9FE Lavender Blue

📋 copy color: '#D0C9FE'

red 208 ◦ green 201 ◦ blue 254

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

Shades of Lavender Blue #D0C9FE

Tints of Lavender Blue #D0C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.32%

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

R = 31.37%
G = 30.32%
B = 38.31%

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

#D0C9FE (or 0xD0C9FE) is known color: Lavender Blue. HEX triplet: D0, C9 and FE. RGB value is (208,201,254). Sum of RGB (Red+Green+Blue) = 208+201+254=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C9FE is #2F3601. Grayscale: #D0D0D0. Windows color (decimal): -3094018 or 16697808. OLE color: 16697808.

HSL color Cylindrical-coordinate representation of color #D0C9FE: hue angle of 247.92º 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 #D0C9FE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 201 254 -
CMYK 0.18 0.21 0 0.00
HSL 247.92º 0.96% 0.89% -
HSV(B) 247.92º 0.21% 1% -
XYZ 64.79 62.34 102.38 -
YUV 209.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 208 201 254 0.18 0.21 0 0.00 247.92 0.96 0.89
Hex D0 C9 FE 12 15 0 0 F8 60 59
Octal 320 311 376 22 25 0 0 370 140 131
Binary 11010000 11001001 11111110 10010 10101 0 0 11111000 1100000 1011001

Color Harmonies of #D0C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C9FE

Black with #D0C9FE

Text Example


Text Example

White with #D0C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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