Html Css Color HEX #D6C3E9 Fog

📋 copy color: '#D6C3E9'

red 214 ◦ green 195 ◦ blue 233

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

Shades of Fog #D6C3E9

Tints of Fog #D6C3E9

RGB

 RED value IS 214 (83.98% from 255) = 33.33%

 GREEN value IS 195 (76.56% from 255) = 30.37%

 BLUE value IS 233 (91.41% from 255) = 36.29%

R = 33.33%
G = 30.37%
B = 36.29%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D6C3E9 (or 0xD6C3E9) is known color: Fog. HEX triplet: D6, C3 and E9. RGB value is (214,195,233). Sum of RGB (Red+Green+Blue) = 214+195+233=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #D6C3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C3E9 is #293C16. Grayscale: #CCCCCC. Windows color (decimal): -2702359 or 15320022. OLE color: 15320022.

HSL color Cylindrical-coordinate representation of color #D6C3E9: hue angle of 270º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6C3E9 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 195 233 -
CMYK 0.08 0.16 0 0.09
HSL 270º 0.46% 0.84% -
HSV(B) 270º 0.16% 0.91% -
XYZ 61.95 59.21 85.25 -
YUV 205.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 214 195 233 0.08 0.16 0 0.09 270 0.46 0.84
Hex D6 C3 E9 8 10 0 9 10E 2E 54
Octal 326 303 351 10 20 0 11 416 56 124
Binary 11010110 11000011 11101001 1000 10000 0 1001 100001110 101110 1010100

Color Harmonies of #D6C3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C3E9

Black with #D6C3E9

Text Example


Text Example

White with #D6C3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C3E9; }

 p { color: rgb(214,195,233); }

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

background-color css

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

 a { background-color: rgb(214,195,233); }

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

border-color css

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

 span { border-color: rgb(214,195,233); }

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