Html Css Color HEX #D5C4EB Fog

📋 copy color: '#D5C4EB'

red 213 ◦ green 196 ◦ blue 235

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

Shades of Fog #D5C4EB

Tints of Fog #D5C4EB

RGB

 RED value IS 213 (83.59% from 255) = 33.07%

 GREEN value IS 196 (76.95% from 255) = 30.43%

 BLUE value IS 235 (92.19% from 255) = 36.49%

R = 33.07%
G = 30.43%
B = 36.49%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5C4EB (or 0xD5C4EB) is known color: Fog. HEX triplet: D5, C4 and EB. RGB value is (213,196,235). Sum of RGB (Red+Green+Blue) = 213+196+235=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 196 (76.95% from 255 or 30.43% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C4EB is #2A3B14. Grayscale: #CDCDCD. Windows color (decimal): -2767637 or 15451349. OLE color: 15451349.

HSL color Cylindrical-coordinate representation of color #D5C4EB: hue angle of 266.15º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5C4EB is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 196 235 -
CMYK 0.09 0.17 0 0.08
HSL 266.15º 0.49% 0.85% -
HSV(B) 266.15º 0.17% 0.92% -
XYZ 62.18 59.62 86.83 -
YUV 205.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 213 196 235 0.09 0.17 0 0.08 266.15 0.49 0.85
Hex D5 C4 EB 9 11 0 8 10A 31 55
Octal 325 304 353 11 21 0 10 412 61 125
Binary 11010101 11000100 11101011 1001 10001 0 1000 100001010 110001 1010101

Color Harmonies of #D5C4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C4EB

Black with #D5C4EB

Text Example


Text Example

White with #D5C4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C4EB; }

 p { color: rgb(213,196,235); }

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

background-color css

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

 a { background-color: rgb(213,196,235); }

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

border-color css

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

 span { border-color: rgb(213,196,235); }

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