Html Css Color HEX #D1CAFA Lavender Blue

📋 copy color: '#D1CAFA'

red 209 ◦ green 202 ◦ blue 250

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

Shades of Lavender Blue #D1CAFA

Tints of Lavender Blue #D1CAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.82%

R = 31.62%
G = 30.56%
B = 37.82%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1CAFA (or 0xD1CAFA) is known color: Lavender Blue. HEX triplet: D1, CA and FA. RGB value is (209,202,250). Sum of RGB (Red+Green+Blue) = 209+202+250=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAFA is #2E3505. Grayscale: #D1D1D1. Windows color (decimal): -3028230 or 16435921. OLE color: 16435921.

HSL color Cylindrical-coordinate representation of color #D1CAFA: hue angle of 248.75º degrees, saturation: 0.83, 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 #D1CAFA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 202 250 -
CMYK 0.16 0.19 0 0.02
HSL 248.75º 0.83% 0.89% -
HSV(B) 248.75º 0.19% 0.98% -
XYZ 64.67 62.7 99.14 -
YUV 209.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 209 202 250 0.16 0.19 0 0.02 248.75 0.83 0.89
Hex D1 CA FA 10 13 0 2 F9 53 59
Octal 321 312 372 20 23 0 2 371 123 131
Binary 11010001 11001010 11111010 10000 10011 0 10 11111001 1010011 1011001

Color Harmonies of #D1CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CAFA

Black with #D1CAFA

Text Example


Text Example

White with #D1CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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