Html Css Color HEX #DDE2FB Lavender

📋 copy color: '#DDE2FB'

red 221 ◦ green 226 ◦ blue 251

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

Shades of Lavender #DDE2FB

Tints of Lavender #DDE2FB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.38%

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

R = 31.66%
G = 32.38%
B = 35.96%

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

#DDE2FB (or 0xDDE2FB) is known color: Lavender. HEX triplet: DD, E2 and FB. RGB value is (221,226,251). Sum of RGB (Red+Green+Blue) = 221+226+251=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2FB is #221D04. Grayscale: #E3E3E3. Windows color (decimal): -2235653 or 16507613. OLE color: 16507613.

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

Color convert

RGB 221 226 251 -
CMYK 0.12 0.10 0 0.02
HSL 230º 0.79% 0.93% -
HSV(B) 230º 0.12% 0.98% -
XYZ 74.43 76.73 102.15 -
YUV 227.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 221 226 251 0.12 0.10 0 0.02 230 0.79 0.93
Hex DD E2 FB C A 0 2 E6 4F 5D
Octal 335 342 373 14 12 0 2 346 117 135
Binary 11011101 11100010 11111011 1100 1010 0 10 11100110 1001111 1011101

Color Harmonies of #DDE2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2FB

Black with #DDE2FB

Text Example


Text Example

White with #DDE2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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