Html Css Color HEX #D8C3E6 Fog

📋 copy color: '#D8C3E6'

red 216 ◦ green 195 ◦ blue 230

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

Shades of Fog #D8C3E6

Tints of Fog #D8C3E6

RGB

 RED value IS 216 (84.77% from 255) = 33.7%

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

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

R = 33.7%
G = 30.42%
B = 35.88%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D8C3E6 (or 0xD8C3E6) is known color: Fog. HEX triplet: D8, C3 and E6. RGB value is (216,195,230). Sum of RGB (Red+Green+Blue) = 216+195+230=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 195 (76.56% from 255 or 30.42% 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 #D8C3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C3E6 is #273C19. Grayscale: #CDCDCD. Windows color (decimal): -2571290 or 15123416. OLE color: 15123416.

HSL color Cylindrical-coordinate representation of color #D8C3E6: hue angle of 276º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8C3E6 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 195 230 -
CMYK 0.06 0.15 0 0.10
HSL 276º 0.41% 0.83% -
HSV(B) 276º 0.15% 0.9% -
XYZ 62.12 59.34 83.04 -
YUV 205.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 216 195 230 0.06 0.15 0 0.10 276 0.41 0.83
Hex D8 C3 E6 6 F 0 A 114 29 53
Octal 330 303 346 6 17 0 12 424 51 123
Binary 11011000 11000011 11100110 110 1111 0 1010 100010100 101001 1010011

Color Harmonies of #D8C3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C3E6

Black with #D8C3E6

Text Example


Text Example

White with #D8C3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C3E6; }

 p { color: rgb(216,195,230); }

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

background-color css

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

 a { background-color: rgb(216,195,230); }

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

border-color css

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

 span { border-color: rgb(216,195,230); }

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