Html Css Color HEX #D5BEEE Fog

📋 copy color: '#D5BEEE'

red 213 ◦ green 190 ◦ blue 238

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

Shades of Fog #D5BEEE

Tints of Fog #D5BEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.13%

R = 33.23%
G = 29.64%
B = 37.13%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5BEEE (or 0xD5BEEE) is known color: Fog. HEX triplet: D5, BE and EE. RGB value is (213,190,238). Sum of RGB (Red+Green+Blue) = 213+190+238=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEEE is #2A4111. Grayscale: #CACACA. Windows color (decimal): -2769170 or 15646421. OLE color: 15646421.

HSL color Cylindrical-coordinate representation of color #D5BEEE: hue angle of 268.75º degrees, saturation: 0.59, 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 #D5BEEE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 190 238 -
CMYK 0.11 0.20 0 0.07
HSL 268.75º 0.59% 0.84% -
HSV(B) 268.75º 0.2% 0.93% -
XYZ 61.29 57.15 88.69 -
YUV 202.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 213 190 238 0.11 0.20 0 0.07 268.75 0.59 0.84
Hex D5 BE EE B 14 0 7 10D 3B 54
Octal 325 276 356 13 24 0 7 415 73 124
Binary 11010101 10111110 11101110 1011 10100 0 111 100001101 111011 1010100

Color Harmonies of #D5BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEEE

Black with #D5BEEE

Text Example


Text Example

White with #D5BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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