Html Css Color HEX #E4D2FD Fog

📋 copy color: '#E4D2FD'

red 228 ◦ green 210 ◦ blue 253

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

Shades of Fog #E4D2FD

Tints of Fog #E4D2FD

RGB

 RED value IS 228 (89.45% from 255) = 33%

 GREEN value IS 210 (82.42% from 255) = 30.39%

 BLUE value IS 253 (99.22% from 255) = 36.61%

R = 33%
G = 30.39%
B = 36.61%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E4D2FD (or 0xE4D2FD) is known color: Fog. HEX triplet: E4, D2 and FD. RGB value is (228,210,253). Sum of RGB (Red+Green+Blue) = 228+210+253=691 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.00% from 691); Green value is 210 (82.42% from 255 or 30.39% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4D2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D2FD is #1B2D02. Grayscale: #DCDCDC. Windows color (decimal): -1780995 or 16634596. OLE color: 16634596.

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

Color convert

RGB 228 210 253 -
CMYK 0.10 0.17 0 0.01
HSL 265.12º 0.91% 0.91% -
HSV(B) 265.12º 0.17% 0.99% -
XYZ 72.77 69.68 102.54 -
YUV 220.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 228 210 253 0.10 0.17 0 0.01 265.12 0.91 0.91
Hex E4 D2 FD A 11 0 1 109 5B 5B
Octal 344 322 375 12 21 0 1 411 133 133
Binary 11100100 11010010 11111101 1010 10001 0 1 100001001 1011011 1011011

Color Harmonies of #E4D2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D2FD

Black with #E4D2FD

Text Example


Text Example

White with #E4D2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D2FD; }

 p { color: rgb(228,210,253); }

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

background-color css

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

 a { background-color: rgb(228,210,253); }

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

border-color css

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

 span { border-color: rgb(228,210,253); }

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