Html Css Color HEX #D1CCF7 Lavender Blue

📋 copy color: '#D1CCF7'

red 209 ◦ green 204 ◦ blue 247

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

Shades of Lavender Blue #D1CCF7

Tints of Lavender Blue #D1CCF7

RGB

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

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

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

R = 31.67%
G = 30.91%
B = 37.42%

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

#D1CCF7 (or 0xD1CCF7) is known color: Lavender Blue. HEX triplet: D1, CC and F7. RGB value is (209,204,247). Sum of RGB (Red+Green+Blue) = 209+204+247=660 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.67% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1CCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCF7 is #2E3308. Grayscale: #D2D2D2. Windows color (decimal): -3027721 or 16239825. OLE color: 16239825.

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

Color convert

RGB 209 204 247 -
CMYK 0.15 0.17 0 0.03
HSL 246.98º 0.73% 0.88% -
HSV(B) 246.98º 0.17% 0.97% -
XYZ 64.68 63.46 96.84 -
YUV 210.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 209 204 247 0.15 0.17 0 0.03 246.98 0.73 0.88
Hex D1 CC F7 F 11 0 3 F7 49 58
Octal 321 314 367 17 21 0 3 367 111 130
Binary 11010001 11001100 11110111 1111 10001 0 11 11110111 1001001 1011000

Color Harmonies of #D1CCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CCF7

Black with #D1CCF7

Text Example


Text Example

White with #D1CCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CCF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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