Html Css Color HEX #DDDFFE Lavender

📋 copy color: '#DDDFFE'

red 221 ◦ green 223 ◦ blue 254

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

Shades of Lavender #DDDFFE

Tints of Lavender #DDDFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.95%

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

R = 31.66%
G = 31.95%
B = 36.39%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDDFFE (or 0xDDDFFE) is known color: Lavender. HEX triplet: DD, DF and FE. RGB value is (221,223,254). Sum of RGB (Red+Green+Blue) = 221+223+254=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFFE is #222001. Grayscale: #E1E1E1. Windows color (decimal): -2236418 or 16703453. OLE color: 16703453.

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

Color convert

RGB 221 223 254 -
CMYK 0.13 0.12 0 0.00
HSL 236.36º 0.94% 0.93% -
HSV(B) 236.36º 0.13% 1% -
XYZ 74.1 75.3 104.4 -
YUV 225.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 221 223 254 0.13 0.12 0 0.00 236.36 0.94 0.93
Hex DD DF FE D C 0 0 EC 5E 5D
Octal 335 337 376 15 14 0 0 354 136 135
Binary 11011101 11011111 11111110 1101 1100 0 0 11101100 1011110 1011101

Color Harmonies of #DDDFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFFE

Black with #DDDFFE

Text Example


Text Example

White with #DDDFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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