Html Css Color HEX #D1CBFE Lavender Blue

📋 copy color: '#D1CBFE'

red 209 ◦ green 203 ◦ blue 254

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

Shades of Lavender Blue #D1CBFE

Tints of Lavender Blue #D1CBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.48%

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

R = 31.38%
G = 30.48%
B = 38.14%

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

#D1CBFE (or 0xD1CBFE) is known color: Lavender Blue. HEX triplet: D1, CB and FE. RGB value is (209,203,254). Sum of RGB (Red+Green+Blue) = 209+203+254=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBFE is #2E3401. Grayscale: #D2D2D2. Windows color (decimal): -3027970 or 16698321. OLE color: 16698321.

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

Color convert

RGB 209 203 254 -
CMYK 0.18 0.20 0 0.00
HSL 247.06º 0.96% 0.9% -
HSV(B) 247.06º 0.2% 1% -
XYZ 65.54 63.42 102.55 -
YUV 210.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 209 203 254 0.18 0.20 0 0.00 247.06 0.96 0.9
Hex D1 CB FE 12 14 0 0 F7 60 5A
Octal 321 313 376 22 24 0 0 367 140 132
Binary 11010001 11001011 11111110 10010 10100 0 0 11110111 1100000 1011010

Color Harmonies of #D1CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CBFE

Black with #D1CBFE

Text Example


Text Example

White with #D1CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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