Html Css Color HEX #DDE0FF Lavender

📋 copy color: '#DDE0FF'

red 221 ◦ green 224 ◦ blue 255

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

Shades of Lavender #DDE0FF

Tints of Lavender #DDE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32%

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

R = 31.57%
G = 32%
B = 36.43%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDE0FF (or 0xDDE0FF) is known color: Lavender. HEX triplet: DD, E0 and FF. RGB value is (221,224,255). Sum of RGB (Red+Green+Blue) = 221+224+255=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0FF is #221F00. Grayscale: #E2E2E2. Windows color (decimal): -2236161 or 16769245. OLE color: 16769245.

HSL color Cylindrical-coordinate representation of color #DDE0FF: hue angle of 234.71º 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 #DDE0FF is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 224 255 -
CMYK 0.13 0.12 0 0
HSL 234.71º 1% 0.93% -
HSV(B) 234.71º 0.13% 1% -
XYZ 74.52 75.9 105.33 -
YUV 226.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 221 224 255 0.13 0.12 0 0 234.71 1 0.93
Hex DD E0 FF D C 0 0 EB 64 5D
Octal 335 340 377 15 14 0 0 353 144 135
Binary 11011101 11100000 11111111 1101 1100 0 0 11101011 1100100 1011101

Color Harmonies of #DDE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE0FF

Black with #DDE0FF

Text Example


Text Example

White with #DDE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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