Html Css Color HEX #D5C5E1 Fog

📋 copy color: '#D5C5E1'

red 213 ◦ green 197 ◦ blue 225

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

Shades of Fog #D5C5E1

Tints of Fog #D5C5E1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.02%

 BLUE value IS 225 (88.28% from 255) = 35.43%

R = 33.54%
G = 31.02%
B = 35.43%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D5C5E1 (or 0xD5C5E1) is known color: Fog. HEX triplet: D5, C5 and E1. RGB value is (213,197,225). Sum of RGB (Red+Green+Blue) = 213+197+225=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5C5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C5E1 is #2A3A1E. Grayscale: #CCCCCC. Windows color (decimal): -2767391 or 14796245. OLE color: 14796245.

HSL color Cylindrical-coordinate representation of color #D5C5E1: hue angle of 274.29º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5C5E1 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 197 225 -
CMYK 0.05 0.12 0 0.12
HSL 274.29º 0.32% 0.83% -
HSV(B) 274.29º 0.12% 0.88% -
XYZ 61 59.51 79.51 -
YUV 204.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 213 197 225 0.05 0.12 0 0.12 274.29 0.32 0.83
Hex D5 C5 E1 5 C 0 C 112 20 53
Octal 325 305 341 5 14 0 14 422 40 123
Binary 11010101 11000101 11100001 101 1100 0 1100 100010010 100000 1010011

Color Harmonies of #D5C5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C5E1

Black with #D5C5E1

Text Example


Text Example

White with #D5C5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C5E1; }

 p { color: rgb(213,197,225); }

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

background-color css

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

 a { background-color: rgb(213,197,225); }

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

border-color css

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

 span { border-color: rgb(213,197,225); }

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