Html Css Color HEX #D3C6EF Fog

📋 copy color: '#D3C6EF'

red 211 ◦ green 198 ◦ blue 239

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

Shades of Fog #D3C6EF

Tints of Fog #D3C6EF

RGB

 RED value IS 211 (82.81% from 255) = 32.56%

 GREEN value IS 198 (77.73% from 255) = 30.56%

 BLUE value IS 239 (93.75% from 255) = 36.88%

R = 32.56%
G = 30.56%
B = 36.88%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D3C6EF (or 0xD3C6EF) is known color: Fog. HEX triplet: D3, C6 and EF. RGB value is (211,198,239). Sum of RGB (Red+Green+Blue) = 211+198+239=648 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.56% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C6EF is #2C3910. Grayscale: #CECECE. Windows color (decimal): -2898193 or 15714003. OLE color: 15714003.

HSL color Cylindrical-coordinate representation of color #D3C6EF: hue angle of 259.02º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3C6EF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 198 239 -
CMYK 0.12 0.17 0 0.06
HSL 259.02º 0.56% 0.86% -
HSV(B) 259.02º 0.17% 0.94% -
XYZ 62.64 60.47 90.03 -
YUV 206.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 211 198 239 0.12 0.17 0 0.06 259.02 0.56 0.86
Hex D3 C6 EF C 11 0 6 103 38 56
Octal 323 306 357 14 21 0 6 403 70 126
Binary 11010011 11000110 11101111 1100 10001 0 110 100000011 111000 1010110

Color Harmonies of #D3C6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C6EF

Black with #D3C6EF

Text Example


Text Example

White with #D3C6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C6EF; }

 p { color: rgb(211,198,239); }

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

background-color css

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

 a { background-color: rgb(211,198,239); }

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

border-color css

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

 span { border-color: rgb(211,198,239); }

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