Html Css Color HEX #DABBE8 Fog

📋 copy color: '#DABBE8'

red 218 ◦ green 187 ◦ blue 232

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

Shades of Fog #DABBE8

Tints of Fog #DABBE8

RGB

 RED value IS 218 (85.55% from 255) = 34.22%

 GREEN value IS 187 (73.44% from 255) = 29.36%

 BLUE value IS 232 (91.02% from 255) = 36.42%

R = 34.22%
G = 29.36%
B = 36.42%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DABBE8 (or 0xDABBE8) is known color: Fog. HEX triplet: DA, BB and E8. RGB value is (218,187,232). Sum of RGB (Red+Green+Blue) = 218+187+232=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #DABBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBE8 is #254417. Grayscale: #C9C9C9. Windows color (decimal): -2442264 or 15252442. OLE color: 15252442.

HSL color Cylindrical-coordinate representation of color #DABBE8: hue angle of 281.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABBE8 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 187 232 -
CMYK 0.06 0.19 0 0.09
HSL 281.33º 0.49% 0.82% -
HSV(B) 281.33º 0.19% 0.91% -
XYZ 61.25 56.27 83.98 -
YUV 201.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 218 187 232 0.06 0.19 0 0.09 281.33 0.49 0.82
Hex DA BB E8 6 13 0 9 119 31 52
Octal 332 273 350 6 23 0 11 431 61 122
Binary 11011010 10111011 11101000 110 10011 0 1001 100011001 110001 1010010

Color Harmonies of #DABBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBE8

Black with #DABBE8

Text Example


Text Example

White with #DABBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBE8; }

 p { color: rgb(218,187,232); }

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

background-color css

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

 a { background-color: rgb(218,187,232); }

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

border-color css

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

 span { border-color: rgb(218,187,232); }

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