Html Css Color HEX #D1CAFE Lavender Blue

📋 copy color: '#D1CAFE'

red 209 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #D1CAFE

Tints of Lavender Blue #D1CAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 31.43%
G = 30.38%
B = 38.2%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D1CAFE (or 0xD1CAFE) is known color: Lavender Blue. HEX triplet: D1, CA and FE. RGB value is (209,202,254). Sum of RGB (Red+Green+Blue) = 209+202+254=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAFE is #2E3501. Grayscale: #D1D1D1. Windows color (decimal): -3028226 or 16698065. OLE color: 16698065.

HSL color Cylindrical-coordinate representation of color #D1CAFE: hue angle of 248.08º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1CAFE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 202 254 -
CMYK 0.18 0.20 0 0.00
HSL 248.08º 0.96% 0.89% -
HSV(B) 248.08º 0.2% 1% -
XYZ 65.3 62.95 102.48 -
YUV 210.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 209 202 254 0.18 0.20 0 0.00 248.08 0.96 0.89
Hex D1 CA FE 12 14 0 0 F8 60 59
Octal 321 312 376 22 24 0 0 370 140 131
Binary 11010001 11001010 11111110 10010 10100 0 0 11111000 1100000 1011001

Color Harmonies of #D1CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CAFE

Black with #D1CAFE

Text Example


Text Example

White with #D1CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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