Html Css Color HEX #D1CBFB Lavender Blue

📋 copy color: '#D1CBFB'

red 209 ◦ green 203 ◦ blue 251

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

Shades of Lavender Blue #D1CBFB

Tints of Lavender Blue #D1CBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.86%

R = 31.52%
G = 30.62%
B = 37.86%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1CBFB (or 0xD1CBFB) is known color: Lavender Blue. HEX triplet: D1, CB and FB. RGB value is (209,203,251). Sum of RGB (Red+Green+Blue) = 209+203+251=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBFB is #2E3404. Grayscale: #D2D2D2. Windows color (decimal): -3027973 or 16501713. OLE color: 16501713.

HSL color Cylindrical-coordinate representation of color #D1CBFB: hue angle of 247.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1CBFB is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 203 251 -
CMYK 0.17 0.19 0 0.02
HSL 247.5º 0.86% 0.89% -
HSV(B) 247.5º 0.19% 0.98% -
XYZ 65.06 63.23 100.04 -
YUV 210.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 209 203 251 0.17 0.19 0 0.02 247.5 0.86 0.89
Hex D1 CB FB 11 13 0 2 F8 56 59
Octal 321 313 373 21 23 0 2 370 126 131
Binary 11010001 11001011 11111011 10001 10011 0 10 11111000 1010110 1011001

Color Harmonies of #D1CBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CBFB

Black with #D1CBFB

Text Example


Text Example

White with #D1CBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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