Html Css Color HEX #D1CCF1 Lavender Blue

📋 copy color: '#D1CCF1'

red 209 ◦ green 204 ◦ blue 241

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

Shades of Lavender Blue #D1CCF1

Tints of Lavender Blue #D1CCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.85%

R = 31.96%
G = 31.19%
B = 36.85%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1CCF1 (or 0xD1CCF1) is known color: Lavender Blue. HEX triplet: D1, CC and F1. RGB value is (209,204,241). Sum of RGB (Red+Green+Blue) = 209+204+241=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCF1 is #2E330E. Grayscale: #D1D1D1. Windows color (decimal): -3027727 or 15846609. OLE color: 15846609.

HSL color Cylindrical-coordinate representation of color #D1CCF1: hue angle of 248.11º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1CCF1 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 204 241 -
CMYK 0.13 0.15 0 0.05
HSL 248.11º 0.57% 0.87% -
HSV(B) 248.11º 0.15% 0.95% -
XYZ 63.76 63.09 92.04 -
YUV 209.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 209 204 241 0.13 0.15 0 0.05 248.11 0.57 0.87
Hex D1 CC F1 D F 0 5 F8 39 57
Octal 321 314 361 15 17 0 5 370 71 127
Binary 11010001 11001100 11110001 1101 1111 0 101 11111000 111001 1010111

Color Harmonies of #D1CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CCF1

Black with #D1CCF1

Text Example


Text Example

White with #D1CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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