Html Css Color HEX #D2BEEE Fog

📋 copy color: '#D2BEEE'

red 210 ◦ green 190 ◦ blue 238

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

Shades of Fog #D2BEEE

Tints of Fog #D2BEEE

RGB

 RED value IS 210 (82.42% from 255) = 32.92%

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

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

R = 32.92%
G = 29.78%
B = 37.3%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D2BEEE (or 0xD2BEEE) is known color: Fog. HEX triplet: D2, BE and EE. RGB value is (210,190,238). Sum of RGB (Red+Green+Blue) = 210+190+238=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BEEE is #2D4111. Grayscale: #C9C9C9. Windows color (decimal): -2965778 or 15646418. OLE color: 15646418.

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

Color convert

RGB 210 190 238 -
CMYK 0.12 0.20 0 0.07
HSL 265º 0.59% 0.84% -
HSV(B) 265º 0.2% 0.93% -
XYZ 60.42 56.7 88.65 -
YUV 201.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 210 190 238 0.12 0.20 0 0.07 265 0.59 0.84
Hex D2 BE EE C 14 0 7 109 3B 54
Octal 322 276 356 14 24 0 7 411 73 124
Binary 11010010 10111110 11101110 1100 10100 0 111 100001001 111011 1010100

Color Harmonies of #D2BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BEEE

Black with #D2BEEE

Text Example


Text Example

White with #D2BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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