Html Css Color HEX #D4C9E6 Fog

📋 copy color: '#D4C9E6'

red 212 ◦ green 201 ◦ blue 230

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

Shades of Fog #D4C9E6

Tints of Fog #D4C9E6

RGB

 RED value IS 212 (83.2% from 255) = 32.97%

 GREEN value IS 201 (78.91% from 255) = 31.26%

 BLUE value IS 230 (90.23% from 255) = 35.77%

R = 32.97%
G = 31.26%
B = 35.77%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D4C9E6 (or 0xD4C9E6) is known color: Fog. HEX triplet: D4, C9 and E6. RGB value is (212,201,230). Sum of RGB (Red+Green+Blue) = 212+201+230=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4C9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C9E6 is #2B3619. Grayscale: #CFCFCF. Windows color (decimal): -2831898 or 15124948. OLE color: 15124948.

HSL color Cylindrical-coordinate representation of color #D4C9E6: hue angle of 262.76º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4C9E6 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 201 230 -
CMYK 0.08 0.13 0 0.10
HSL 262.76º 0.37% 0.85% -
HSV(B) 262.76º 0.13% 0.9% -
XYZ 62.32 61.48 83.45 -
YUV 207.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 212 201 230 0.08 0.13 0 0.10 262.76 0.37 0.85
Hex D4 C9 E6 8 D 0 A 107 25 55
Octal 324 311 346 10 15 0 12 407 45 125
Binary 11010100 11001001 11100110 1000 1101 0 1010 100000111 100101 1010101

Color Harmonies of #D4C9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C9E6

Black with #D4C9E6

Text Example


Text Example

White with #D4C9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C9E6; }

 p { color: rgb(212,201,230); }

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

background-color css

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

 a { background-color: rgb(212,201,230); }

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

border-color css

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

 span { border-color: rgb(212,201,230); }

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