Html Css Color HEX #D1CCF2 Lavender Blue

📋 copy color: '#D1CCF2'

red 209 ◦ green 204 ◦ blue 242

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

Shades of Lavender Blue #D1CCF2

Tints of Lavender Blue #D1CCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.95%

R = 31.91%
G = 31.15%
B = 36.95%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1CCF2 (or 0xD1CCF2) is known color: Lavender Blue. HEX triplet: D1, CC and F2. RGB value is (209,204,242). Sum of RGB (Red+Green+Blue) = 209+204+242=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1CCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCF2 is #2E330D. Grayscale: #D1D1D1. Windows color (decimal): -3027726 or 15912145. OLE color: 15912145.

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

Color convert

RGB 209 204 242 -
CMYK 0.14 0.16 0 0.05
HSL 247.89º 0.59% 0.87% -
HSV(B) 247.89º 0.16% 0.95% -
XYZ 63.91 63.15 92.83 -
YUV 209.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 209 204 242 0.14 0.16 0 0.05 247.89 0.59 0.87
Hex D1 CC F2 E 10 0 5 F8 3B 57
Octal 321 314 362 16 20 0 5 370 73 127
Binary 11010001 11001100 11110010 1110 10000 0 101 11111000 111011 1010111

Color Harmonies of #D1CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CCF2

Black with #D1CCF2

Text Example


Text Example

White with #D1CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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