Html Css Color HEX #DCE4FF Lavender

📋 copy color: '#DCE4FF'

red 220 ◦ green 228 ◦ blue 255

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

Shades of Lavender #DCE4FF

Tints of Lavender #DCE4FF

RGB

 RED value IS 220 (86.33% from 255) = 31.29%

 GREEN value IS 228 (89.45% from 255) = 32.43%

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

R = 31.29%
G = 32.43%
B = 36.27%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCE4FF (or 0xDCE4FF) is known color: Lavender. HEX triplet: DC, E4 and FF. RGB value is (220,228,255). Sum of RGB (Red+Green+Blue) = 220+228+255=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4FF is #231B00. Grayscale: #E4E4E4. Windows color (decimal): -2300673 or 16770268. OLE color: 16770268.

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

Color convert

RGB 220 228 255 -
CMYK 0.14 0.11 0 0
HSL 226.29º 1% 0.93% -
HSV(B) 226.29º 0.14% 1% -
XYZ 75.31 77.92 105.68 -
YUV 228.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 220 228 255 0.14 0.11 0 0 226.29 1 0.93
Hex DC E4 FF E B 0 0 E2 64 5D
Octal 334 344 377 16 13 0 0 342 144 135
Binary 11011100 11100100 11111111 1110 1011 0 0 11100010 1100100 1011101

Color Harmonies of #DCE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE4FF

Black with #DCE4FF

Text Example


Text Example

White with #DCE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE4FF; }

 p { color: rgb(220,228,255); }

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

background-color css

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

 a { background-color: rgb(220,228,255); }

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

border-color css

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

 span { border-color: rgb(220,228,255); }

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