Html Css Color HEX #D1CDF2 Lavender Blue

📋 copy color: '#D1CDF2'

red 209 ◦ green 205 ◦ blue 242

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

Shades of Lavender Blue #D1CDF2

Tints of Lavender Blue #D1CDF2

RGB

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

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

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

R = 31.86%
G = 31.25%
B = 36.89%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1CDF2 (or 0xD1CDF2) is known color: Lavender Blue. HEX triplet: D1, CD and F2. RGB value is (209,205,242). Sum of RGB (Red+Green+Blue) = 209+205+242=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDF2 is #2E320D. Grayscale: #D2D2D2. Windows color (decimal): -3027470 or 15912401. OLE color: 15912401.

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

Color convert

RGB 209 205 242 -
CMYK 0.14 0.15 0 0.05
HSL 246.49º 0.59% 0.88% -
HSV(B) 246.49º 0.15% 0.95% -
XYZ 64.15 63.63 92.9 -
YUV 210.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 209 205 242 0.14 0.15 0 0.05 246.49 0.59 0.88
Hex D1 CD F2 E F 0 5 F6 3B 58
Octal 321 315 362 16 17 0 5 366 73 130
Binary 11010001 11001101 11110010 1110 1111 0 101 11110110 111011 1011000

Color Harmonies of #D1CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CDF2

Black with #D1CDF2

Text Example


Text Example

White with #D1CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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