Html Css Color HEX #D1CCFE Lavender Blue

📋 copy color: '#D1CCFE'

red 209 ◦ green 204 ◦ blue 254

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

Shades of Lavender Blue #D1CCFE

Tints of Lavender Blue #D1CCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.58%

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

R = 31.33%
G = 30.58%
B = 38.08%

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

#D1CCFE (or 0xD1CCFE) is known color: Lavender Blue. HEX triplet: D1, CC and FE. RGB value is (209,204,254). Sum of RGB (Red+Green+Blue) = 209+204+254=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCFE is #2E3301. Grayscale: #D3D3D3. Windows color (decimal): -3027714 or 16698577. OLE color: 16698577.

HSL color Cylindrical-coordinate representation of color #D1CCFE: hue angle of 246º 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 #D1CCFE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 204 254 -
CMYK 0.18 0.20 0 0.00
HSL 246º 0.96% 0.9% -
HSV(B) 246º 0.2% 1% -
XYZ 65.78 63.9 102.63 -
YUV 211.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 209 204 254 0.18 0.20 0 0.00 246 0.96 0.9
Hex D1 CC FE 12 14 0 0 F6 60 5A
Octal 321 314 376 22 24 0 0 366 140 132
Binary 11010001 11001100 11111110 10010 10100 0 0 11110110 1100000 1011010

Color Harmonies of #D1CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CCFE

Black with #D1CCFE

Text Example


Text Example

White with #D1CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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