Html Css Color HEX #D0C9F3 Lavender Blue

📋 copy color: '#D0C9F3'

red 208 ◦ green 201 ◦ blue 243

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

Shades of Lavender Blue #D0C9F3

Tints of Lavender Blue #D0C9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.27%

R = 31.9%
G = 30.83%
B = 37.27%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D0C9F3 (or 0xD0C9F3) is known color: Lavender Blue. HEX triplet: D0, C9 and F3. RGB value is (208,201,243). Sum of RGB (Red+Green+Blue) = 208+201+243=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0C9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C9F3 is #2F360C. Grayscale: #CFCFCF. Windows color (decimal): -3094029 or 15976912. OLE color: 15976912.

HSL color Cylindrical-coordinate representation of color #D0C9F3: hue angle of 250º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0C9F3 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 201 243 -
CMYK 0.14 0.17 0 0.05
HSL 250º 0.64% 0.87% -
HSV(B) 250º 0.17% 0.95% -
XYZ 63.08 61.65 93.37 -
YUV 207.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 208 201 243 0.14 0.17 0 0.05 250 0.64 0.87
Hex D0 C9 F3 E 11 0 5 FA 40 57
Octal 320 311 363 16 21 0 5 372 100 127
Binary 11010000 11001001 11110011 1110 10001 0 101 11111010 1000000 1010111

Color Harmonies of #D0C9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C9F3

Black with #D0C9F3

Text Example


Text Example

White with #D0C9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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