Html Css Color HEX #D1CFFE Lavender Blue

📋 copy color: '#D1CFFE'

red 209 ◦ green 207 ◦ blue 254

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

Shades of Lavender Blue #D1CFFE

Tints of Lavender Blue #D1CFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.9%

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

R = 31.19%
G = 30.9%
B = 37.91%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D1CFFE (or 0xD1CFFE) is known color: Lavender Blue. HEX triplet: D1, CF and FE. RGB value is (209,207,254). Sum of RGB (Red+Green+Blue) = 209+207+254=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFFE is #2E3001. Grayscale: #D4D4D4. Windows color (decimal): -3026946 or 16699345. OLE color: 16699345.

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

Color convert

RGB 209 207 254 -
CMYK 0.18 0.19 0 0.00
HSL 242.55º 0.96% 0.9% -
HSV(B) 242.55º 0.19% 1% -
XYZ 66.5 65.34 102.87 -
YUV 212.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 209 207 254 0.18 0.19 0 0.00 242.55 0.96 0.9
Hex D1 CF FE 12 13 0 0 F3 60 5A
Octal 321 317 376 22 23 0 0 363 140 132
Binary 11010001 11001111 11111110 10010 10011 0 0 11110011 1100000 1011010

Color Harmonies of #D1CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CFFE

Black with #D1CFFE

Text Example


Text Example

White with #D1CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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