Html Css Color HEX #D1C4EB Fog

📋 copy color: '#D1C4EB'

red 209 ◦ green 196 ◦ blue 235

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

Shades of Fog #D1C4EB

Tints of Fog #D1C4EB

RGB

 RED value IS 209 (82.03% from 255) = 32.66%

 GREEN value IS 196 (76.95% from 255) = 30.63%

 BLUE value IS 235 (92.19% from 255) = 36.72%

R = 32.66%
G = 30.63%
B = 36.72%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1C4EB (or 0xD1C4EB) is known color: Fog. HEX triplet: D1, C4 and EB. RGB value is (209,196,235). Sum of RGB (Red+Green+Blue) = 209+196+235=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C4EB is #2E3B14. Grayscale: #CCCCCC. Windows color (decimal): -3029781 or 15451345. OLE color: 15451345.

HSL color Cylindrical-coordinate representation of color #D1C4EB: hue angle of 260º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1C4EB is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 196 235 -
CMYK 0.11 0.17 0 0.08
HSL 260º 0.49% 0.85% -
HSV(B) 260º 0.17% 0.92% -
XYZ 61.03 59.03 86.78 -
YUV 204.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 209 196 235 0.11 0.17 0 0.08 260 0.49 0.85
Hex D1 C4 EB B 11 0 8 104 31 55
Octal 321 304 353 13 21 0 10 404 61 125
Binary 11010001 11000100 11101011 1011 10001 0 1000 100000100 110001 1010101

Color Harmonies of #D1C4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C4EB

Black with #D1C4EB

Text Example


Text Example

White with #D1C4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C4EB; }

 p { color: rgb(209,196,235); }

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

background-color css

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

 a { background-color: rgb(209,196,235); }

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

border-color css

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

 span { border-color: rgb(209,196,235); }

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