Html Css Color HEX #D5BEED Fog

📋 copy color: '#D5BEED'

red 213 ◦ green 190 ◦ blue 237

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

Shades of Fog #D5BEED

Tints of Fog #D5BEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.03%

R = 33.28%
G = 29.69%
B = 37.03%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5BEED (or 0xD5BEED) is known color: Fog. HEX triplet: D5, BE and ED. RGB value is (213,190,237). Sum of RGB (Red+Green+Blue) = 213+190+237=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEED is #2A4112. Grayscale: #CACACA. Windows color (decimal): -2769171 or 15580885. OLE color: 15580885.

HSL color Cylindrical-coordinate representation of color #D5BEED: hue angle of 269.36º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5BEED is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 190 237 -
CMYK 0.10 0.20 0 0.07
HSL 269.36º 0.57% 0.84% -
HSV(B) 269.36º 0.2% 0.93% -
XYZ 61.14 57.09 87.92 -
YUV 202.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 213 190 237 0.10 0.20 0 0.07 269.36 0.57 0.84
Hex D5 BE ED A 14 0 7 10D 39 54
Octal 325 276 355 12 24 0 7 415 71 124
Binary 11010101 10111110 11101101 1010 10100 0 111 100001101 111001 1010100

Color Harmonies of #D5BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEED

Black with #D5BEED

Text Example


Text Example

White with #D5BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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