Html Css Color HEX #D5BEE4 Fog

📋 copy color: '#D5BEE4'

red 213 ◦ green 190 ◦ blue 228

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

Shades of Fog #D5BEE4

Tints of Fog #D5BEE4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.11%

 BLUE value IS 228 (89.45% from 255) = 36.13%

R = 33.76%
G = 30.11%
B = 36.13%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D5BEE4 (or 0xD5BEE4) is known color: Fog. HEX triplet: D5, BE and E4. RGB value is (213,190,228). Sum of RGB (Red+Green+Blue) = 213+190+228=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5BEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEE4 is #2A411B. Grayscale: #C9C9C9. Windows color (decimal): -2769180 or 14991061. OLE color: 14991061.

HSL color Cylindrical-coordinate representation of color #D5BEE4: hue angle of 276.32º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5BEE4 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 190 228 -
CMYK 0.07 0.17 0 0.11
HSL 276.32º 0.41% 0.82% -
HSV(B) 276.32º 0.17% 0.89% -
XYZ 59.86 56.57 81.16 -
YUV 201.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 213 190 228 0.07 0.17 0 0.11 276.32 0.41 0.82
Hex D5 BE E4 7 11 0 B 114 29 52
Octal 325 276 344 7 21 0 13 424 51 122
Binary 11010101 10111110 11100100 111 10001 0 1011 100010100 101001 1010010

Color Harmonies of #D5BEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEE4

Black with #D5BEE4

Text Example


Text Example

White with #D5BEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEE4; }

 p { color: rgb(213,190,228); }

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

background-color css

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

 a { background-color: rgb(213,190,228); }

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

border-color css

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

 span { border-color: rgb(213,190,228); }

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