Html Css Color HEX #DDE2FC Lavender

📋 copy color: '#DDE2FC'

red 221 ◦ green 226 ◦ blue 252

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

Shades of Lavender #DDE2FC

Tints of Lavender #DDE2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.05%

R = 31.62%
G = 32.33%
B = 36.05%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDE2FC (or 0xDDE2FC) is known color: Lavender. HEX triplet: DD, E2 and FC. RGB value is (221,226,252). Sum of RGB (Red+Green+Blue) = 221+226+252=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2FC is #221D03. Grayscale: #E3E3E3. Windows color (decimal): -2235652 or 16573149. OLE color: 16573149.

HSL color Cylindrical-coordinate representation of color #DDE2FC: hue angle of 230.32º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE2FC is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 226 252 -
CMYK 0.12 0.10 0 0.01
HSL 230.32º 0.84% 0.93% -
HSV(B) 230.32º 0.12% 0.99% -
XYZ 74.59 76.79 102.99 -
YUV 227.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 221 226 252 0.12 0.10 0 0.01 230.32 0.84 0.93
Hex DD E2 FC C A 0 1 E6 54 5D
Octal 335 342 374 14 12 0 1 346 124 135
Binary 11011101 11100010 11111100 1100 1010 0 1 11100110 1010100 1011101

Color Harmonies of #DDE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE2FC

Black with #DDE2FC

Text Example


Text Example

White with #DDE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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