Html Css Color HEX #DDE1FA Lavender

📋 copy color: '#DDE1FA'

red 221 ◦ green 225 ◦ blue 250

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

Shades of Lavender #DDE1FA

Tints of Lavender #DDE1FA

RGB

 RED value IS 221 (86.72% from 255) = 31.75%

 GREEN value IS 225 (88.28% from 255) = 32.33%

 BLUE value IS 250 (98.05% from 255) = 35.92%

R = 31.75%
G = 32.33%
B = 35.92%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDE1FA (or 0xDDE1FA) is known color: Lavender. HEX triplet: DD, E1 and FA. RGB value is (221,225,250). Sum of RGB (Red+Green+Blue) = 221+225+250=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1FA is #221E05. Grayscale: #E2E2E2. Windows color (decimal): -2235910 or 16441821. OLE color: 16441821.

HSL color Cylindrical-coordinate representation of color #DDE1FA: hue angle of 231.72º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE1FA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 225 250 -
CMYK 0.12 0.10 0 0.02
HSL 231.72º 0.74% 0.92% -
HSV(B) 231.72º 0.12% 0.98% -
XYZ 74 76.12 101.24 -
YUV 226.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 221 225 250 0.12 0.10 0 0.02 231.72 0.74 0.92
Hex DD E1 FA C A 0 2 E8 4A 5C
Octal 335 341 372 14 12 0 2 350 112 134
Binary 11011101 11100001 11111010 1100 1010 0 10 11101000 1001010 1011100

Color Harmonies of #DDE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1FA

Black with #DDE1FA

Text Example


Text Example

White with #DDE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1FA; }

 p { color: rgb(221,225,250); }

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

background-color css

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

 a { background-color: rgb(221,225,250); }

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

border-color css

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

 span { border-color: rgb(221,225,250); }

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