Html Css Color HEX #D1CAF5 Lavender Blue

📋 copy color: '#D1CAF5'

red 209 ◦ green 202 ◦ blue 245

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

Shades of Lavender Blue #D1CAF5

Tints of Lavender Blue #D1CAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.35%

R = 31.86%
G = 30.79%
B = 37.35%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1CAF5 (or 0xD1CAF5) is known color: Lavender Blue. HEX triplet: D1, CA and F5. RGB value is (209,202,245). Sum of RGB (Red+Green+Blue) = 209+202+245=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1CAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAF5 is #2E350A. Grayscale: #D0D0D0. Windows color (decimal): -3028235 or 16108241. OLE color: 16108241.

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

Color convert

RGB 209 202 245 -
CMYK 0.15 0.18 0 0.04
HSL 249.77º 0.68% 0.88% -
HSV(B) 249.77º 0.18% 0.96% -
XYZ 63.9 62.39 95.06 -
YUV 209 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 209 202 245 0.15 0.18 0 0.04 249.77 0.68 0.88
Hex D1 CA F5 F 12 0 4 FA 44 58
Octal 321 312 365 17 22 0 4 372 104 130
Binary 11010001 11001010 11110101 1111 10010 0 100 11111010 1000100 1011000

Color Harmonies of #D1CAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CAF5

Black with #D1CAF5

Text Example


Text Example

White with #D1CAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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