Html Css Color HEX #D1CAFB Lavender Blue

📋 copy color: '#D1CAFB'

red 209 ◦ green 202 ◦ blue 251

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

Shades of Lavender Blue #D1CAFB

Tints of Lavender Blue #D1CAFB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.51%

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

R = 31.57%
G = 30.51%
B = 37.92%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1CAFB (or 0xD1CAFB) is known color: Lavender Blue. HEX triplet: D1, CA and FB. RGB value is (209,202,251). Sum of RGB (Red+Green+Blue) = 209+202+251=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAFB is #2E3504. Grayscale: #D1D1D1. Windows color (decimal): -3028229 or 16501457. OLE color: 16501457.

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

Color convert

RGB 209 202 251 -
CMYK 0.17 0.20 0 0.02
HSL 248.57º 0.86% 0.89% -
HSV(B) 248.57º 0.2% 0.98% -
XYZ 64.83 62.76 99.96 -
YUV 209.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 209 202 251 0.17 0.20 0 0.02 248.57 0.86 0.89
Hex D1 CA FB 11 14 0 2 F9 56 59
Octal 321 312 373 21 24 0 2 371 126 131
Binary 11010001 11001010 11111011 10001 10100 0 10 11111001 1010110 1011001

Color Harmonies of #D1CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CAFB

Black with #D1CAFB

Text Example


Text Example

White with #D1CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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