Html Css Color HEX #D1CBF4 Lavender Blue

📋 copy color: '#D1CBF4'

red 209 ◦ green 203 ◦ blue 244

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

Shades of Lavender Blue #D1CBF4

Tints of Lavender Blue #D1CBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.2%

R = 31.86%
G = 30.95%
B = 37.2%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1CBF4 (or 0xD1CBF4) is known color: Lavender Blue. HEX triplet: D1, CB and F4. RGB value is (209,203,244). Sum of RGB (Red+Green+Blue) = 209+203+244=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #D1CBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBF4 is #2E340B. Grayscale: #D1D1D1. Windows color (decimal): -3027980 or 16042961. OLE color: 16042961.

HSL color Cylindrical-coordinate representation of color #D1CBF4: hue angle of 248.78º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1CBF4 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 203 244 -
CMYK 0.14 0.17 0 0.04
HSL 248.78º 0.65% 0.88% -
HSV(B) 248.78º 0.17% 0.96% -
XYZ 63.98 62.8 94.34 -
YUV 209.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 209 203 244 0.14 0.17 0 0.04 248.78 0.65 0.88
Hex D1 CB F4 E 11 0 4 F9 41 58
Octal 321 313 364 16 21 0 4 371 101 130
Binary 11010001 11001011 11110100 1110 10001 0 100 11111001 1000001 1011000

Color Harmonies of #D1CBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CBF4

Black with #D1CBF4

Text Example


Text Example

White with #D1CBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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