Html Css Color HEX #DDE1FB Lavender

📋 copy color: '#DDE1FB'

red 221 ◦ green 225 ◦ blue 251

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

Shades of Lavender #DDE1FB

Tints of Lavender #DDE1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.01%

R = 31.71%
G = 32.28%
B = 36.01%

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

#DDE1FB (or 0xDDE1FB) is known color: Lavender. HEX triplet: DD, E1 and FB. RGB value is (221,225,251). Sum of RGB (Red+Green+Blue) = 221+225+251=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1FB is #221E04. Grayscale: #E2E2E2. Windows color (decimal): -2235909 or 16507357. OLE color: 16507357.

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

Color convert

RGB 221 225 251 -
CMYK 0.12 0.10 0 0.02
HSL 232º 0.79% 0.93% -
HSV(B) 232º 0.12% 0.98% -
XYZ 74.16 76.19 102.06 -
YUV 226.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 221 225 251 0.12 0.10 0 0.02 232 0.79 0.93
Hex DD E1 FB C A 0 2 E8 4F 5D
Octal 335 341 373 14 12 0 2 350 117 135
Binary 11011101 11100001 11111011 1100 1010 0 10 11101000 1001111 1011101

Color Harmonies of #DDE1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1FB

Black with #DDE1FB

Text Example


Text Example

White with #DDE1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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