Html Css Color HEX #D1CBF7 Lavender Blue

📋 copy color: '#D1CBF7'

red 209 ◦ green 203 ◦ blue 247

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

Shades of Lavender Blue #D1CBF7

Tints of Lavender Blue #D1CBF7

RGB

 RED value IS 209 (82.03% from 255) = 31.71%

 GREEN value IS 203 (79.69% from 255) = 30.8%

 BLUE value IS 247 (96.88% from 255) = 37.48%

R = 31.71%
G = 30.8%
B = 37.48%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D1CBF7 (or 0xD1CBF7) is known color: Lavender Blue. HEX triplet: D1, CB and F7. RGB value is (209,203,247). Sum of RGB (Red+Green+Blue) = 209+203+247=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1CBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBF7 is #2E3408. Grayscale: #D1D1D1. Windows color (decimal): -3027977 or 16239569. OLE color: 16239569.

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

Color convert

RGB 209 203 247 -
CMYK 0.15 0.18 0 0.03
HSL 248.18º 0.73% 0.88% -
HSV(B) 248.18º 0.18% 0.97% -
XYZ 64.44 62.98 96.76 -
YUV 209.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 209 203 247 0.15 0.18 0 0.03 248.18 0.73 0.88
Hex D1 CB F7 F 12 0 3 F8 49 58
Octal 321 313 367 17 22 0 3 370 111 130
Binary 11010001 11001011 11110111 1111 10010 0 11 11111000 1001001 1011000

Color Harmonies of #D1CBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CBF7

Black with #D1CBF7

Text Example


Text Example

White with #D1CBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CBF7; }

 p { color: rgb(209,203,247); }

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

background-color css

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

 a { background-color: rgb(209,203,247); }

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

border-color css

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

 span { border-color: rgb(209,203,247); }

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