Html Css Color HEX #D1CAF2 Lavender Blue

📋 copy color: '#D1CAF2'

red 209 ◦ green 202 ◦ blue 242

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

Shades of Lavender Blue #D1CAF2

Tints of Lavender Blue #D1CAF2

RGB

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

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

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

R = 32.01%
G = 30.93%
B = 37.06%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1CAF2 (or 0xD1CAF2) is known color: Lavender Blue. HEX triplet: D1, CA and F2. RGB value is (209,202,242). Sum of RGB (Red+Green+Blue) = 209+202+242=653 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.01% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1CAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAF2 is #2E350D. Grayscale: #D0D0D0. Windows color (decimal): -3028238 or 15911633. OLE color: 15911633.

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

Color convert

RGB 209 202 242 -
CMYK 0.14 0.17 0 0.05
HSL 250.5º 0.61% 0.87% -
HSV(B) 250.5º 0.17% 0.95% -
XYZ 63.44 62.21 92.67 -
YUV 208.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 209 202 242 0.14 0.17 0 0.05 250.5 0.61 0.87
Hex D1 CA F2 E 11 0 5 FB 3D 57
Octal 321 312 362 16 21 0 5 373 75 127
Binary 11010001 11001010 11110010 1110 10001 0 101 11111011 111101 1010111

Color Harmonies of #D1CAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CAF2

Black with #D1CAF2

Text Example


Text Example

White with #D1CAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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