Html Css Color HEX #DDE4FF Lavender

📋 copy color: '#DDE4FF'

red 221 ◦ green 228 ◦ blue 255

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

Shades of Lavender #DDE4FF

Tints of Lavender #DDE4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.39%

 BLUE value IS 255 (100% from 255) = 36.22%

R = 31.39%
G = 32.39%
B = 36.22%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDE4FF (or 0xDDE4FF) is known color: Lavender. HEX triplet: DD, E4 and FF. RGB value is (221,228,255). Sum of RGB (Red+Green+Blue) = 221+228+255=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 228 (89.45% from 255 or 32.39% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4FF is #221B00. Grayscale: #E4E4E4. Windows color (decimal): -2235137 or 16770269. OLE color: 16770269.

HSL color Cylindrical-coordinate representation of color #DDE4FF: hue angle of 227.65º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDE4FF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 228 255 -
CMYK 0.13 0.11 0 0
HSL 227.65º 1% 0.93% -
HSV(B) 227.65º 0.13% 1% -
XYZ 75.61 78.08 105.69 -
YUV 228.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 221 228 255 0.13 0.11 0 0 227.65 1 0.93
Hex DD E4 FF D B 0 0 E4 64 5D
Octal 335 344 377 15 13 0 0 344 144 135
Binary 11011101 11100100 11111111 1101 1011 0 0 11100100 1100100 1011101

Color Harmonies of #DDE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4FF

Black with #DDE4FF

Text Example


Text Example

White with #DDE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4FF; }

 p { color: rgb(221,228,255); }

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

background-color css

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

 a { background-color: rgb(221,228,255); }

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

border-color css

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

 span { border-color: rgb(221,228,255); }

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