Html Css Color HEX #D4BEEE Fog

📋 copy color: '#D4BEEE'

red 212 ◦ green 190 ◦ blue 238

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

Shades of Fog #D4BEEE

Tints of Fog #D4BEEE

RGB

 RED value IS 212 (83.2% from 255) = 33.13%

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

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

R = 33.13%
G = 29.69%
B = 37.19%

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

#D4BEEE (or 0xD4BEEE) is known color: Fog. HEX triplet: D4, BE and EE. RGB value is (212,190,238). Sum of RGB (Red+Green+Blue) = 212+190+238=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEEE is #2B4111. Grayscale: #C9C9C9. Windows color (decimal): -2834706 or 15646420. OLE color: 15646420.

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

Color convert

RGB 212 190 238 -
CMYK 0.11 0.20 0 0.07
HSL 267.5º 0.59% 0.84% -
HSV(B) 267.5º 0.2% 0.93% -
XYZ 61 57 88.68 -
YUV 202.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 212 190 238 0.11 0.20 0 0.07 267.5 0.59 0.84
Hex D4 BE EE B 14 0 7 10C 3B 54
Octal 324 276 356 13 24 0 7 414 73 124
Binary 11010100 10111110 11101110 1011 10100 0 111 100001100 111011 1010100

Color Harmonies of #D4BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BEEE

Black with #D4BEEE

Text Example


Text Example

White with #D4BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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