Html Css Color HEX #D1CBF2 Lavender Blue

📋 copy color: '#D1CBF2'

red 209 ◦ green 203 ◦ blue 242

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

Shades of Lavender Blue #D1CBF2

Tints of Lavender Blue #D1CBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37%

R = 31.96%
G = 31.04%
B = 37%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1CBF2 (or 0xD1CBF2) is known color: Lavender Blue. HEX triplet: D1, CB and F2. RGB value is (209,203,242). Sum of RGB (Red+Green+Blue) = 209+203+242=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1CBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBF2 is #2E340D. Grayscale: #D1D1D1. Windows color (decimal): -3027982 or 15911889. OLE color: 15911889.

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

Color convert

RGB 209 203 242 -
CMYK 0.14 0.16 0 0.05
HSL 249.23º 0.6% 0.87% -
HSV(B) 249.23º 0.16% 0.95% -
XYZ 63.68 62.68 92.75 -
YUV 209.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 209 203 242 0.14 0.16 0 0.05 249.23 0.6 0.87
Hex D1 CB F2 E 10 0 5 F9 3C 57
Octal 321 313 362 16 20 0 5 371 74 127
Binary 11010001 11001011 11110010 1110 10000 0 101 11111001 111100 1010111

Color Harmonies of #D1CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CBF2

Black with #D1CBF2

Text Example


Text Example

White with #D1CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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