Html Css Color HEX #DDE1FE Lavender

📋 copy color: '#DDE1FE'

red 221 ◦ green 225 ◦ blue 254

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

Shades of Lavender #DDE1FE

Tints of Lavender #DDE1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.29%

R = 31.57%
G = 32.14%
B = 36.29%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDE1FE (or 0xDDE1FE) is known color: Lavender. HEX triplet: DD, E1 and FE. RGB value is (221,225,254). Sum of RGB (Red+Green+Blue) = 221+225+254=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1FE is #221E01. Grayscale: #E2E2E2. Windows color (decimal): -2235906 or 16703965. OLE color: 16703965.

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

Color convert

RGB 221 225 254 -
CMYK 0.13 0.11 0 0.00
HSL 232.73º 0.94% 0.93% -
HSV(B) 232.73º 0.13% 1% -
XYZ 74.63 76.38 104.57 -
YUV 227.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 221 225 254 0.13 0.11 0 0.00 232.73 0.94 0.93
Hex DD E1 FE D B 0 0 E9 5E 5D
Octal 335 341 376 15 13 0 0 351 136 135
Binary 11011101 11100001 11111110 1101 1011 0 0 11101001 1011110 1011101

Color Harmonies of #DDE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE1FE

Black with #DDE1FE

Text Example


Text Example

White with #DDE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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