Html Css Color HEX #D1CDF7 Lavender Blue

📋 copy color: '#D1CDF7'

red 209 ◦ green 205 ◦ blue 247

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

Shades of Lavender Blue #D1CDF7

Tints of Lavender Blue #D1CDF7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.01%

 BLUE value IS 247 (96.88% from 255) = 37.37%

R = 31.62%
G = 31.01%
B = 37.37%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D1CDF7 (or 0xD1CDF7) is known color: Lavender Blue. HEX triplet: D1, CD and F7. RGB value is (209,205,247). Sum of RGB (Red+Green+Blue) = 209+205+247=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDF7 is #2E3208. Grayscale: #D2D2D2. Windows color (decimal): -3027465 or 16240081. OLE color: 16240081.

HSL color Cylindrical-coordinate representation of color #D1CDF7: hue angle of 245.71º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1CDF7 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 209 205 247 -
CMYK 0.15 0.17 0 0.03
HSL 245.71º 0.72% 0.89% -
HSV(B) 245.71º 0.17% 0.97% -
XYZ 64.91 63.93 96.91 -
YUV 210.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 209 205 247 0.15 0.17 0 0.03 245.71 0.72 0.89
Hex D1 CD F7 F 11 0 3 F6 48 59
Octal 321 315 367 17 21 0 3 366 110 131
Binary 11010001 11001101 11110111 1111 10001 0 11 11110110 1001000 1011001

Color Harmonies of #D1CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CDF7

Black with #D1CDF7

Text Example


Text Example

White with #D1CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CDF7; }

 p { color: rgb(209,205,247); }

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

background-color css

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

 a { background-color: rgb(209,205,247); }

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

border-color css

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

 span { border-color: rgb(209,205,247); }

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