Html Css Color HEX #D4C7E6 Fog

📋 copy color: '#D4C7E6'

red 212 ◦ green 199 ◦ blue 230

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

Shades of Fog #D4C7E6

Tints of Fog #D4C7E6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.05%

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

R = 33.07%
G = 31.05%
B = 35.88%

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

#D4C7E6 (or 0xD4C7E6) is known color: Fog. HEX triplet: D4, C7 and E6. RGB value is (212,199,230). Sum of RGB (Red+Green+Blue) = 212+199+230=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4C7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C7E6 is #2B3819. Grayscale: #CECECE. Windows color (decimal): -2832410 or 15124436. OLE color: 15124436.

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

Color convert

RGB 212 199 230 -
CMYK 0.08 0.13 0 0.10
HSL 265.16º 0.38% 0.84% -
HSV(B) 265.16º 0.13% 0.9% -
XYZ 61.86 60.56 83.29 -
YUV 206.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 212 199 230 0.08 0.13 0 0.10 265.16 0.38 0.84
Hex D4 C7 E6 8 D 0 A 109 26 54
Octal 324 307 346 10 15 0 12 411 46 124
Binary 11010100 11000111 11100110 1000 1101 0 1010 100001001 100110 1010100

Color Harmonies of #D4C7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C7E6

Black with #D4C7E6

Text Example


Text Example

White with #D4C7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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