Html Css Color HEX #DBCAE9 Fog

📋 copy color: '#DBCAE9'

red 219 ◦ green 202 ◦ blue 233

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

Shades of Fog #DBCAE9

Tints of Fog #DBCAE9

RGB

 RED value IS 219 (85.94% from 255) = 33.49%

 GREEN value IS 202 (79.3% from 255) = 30.89%

 BLUE value IS 233 (91.41% from 255) = 35.63%

R = 33.49%
G = 30.89%
B = 35.63%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBCAE9 (or 0xDBCAE9) is known color: Fog. HEX triplet: DB, CA and E9. RGB value is (219,202,233). Sum of RGB (Red+Green+Blue) = 219+202+233=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBCAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAE9 is #243516. Grayscale: #D2D2D2. Windows color (decimal): -2372887 or 15321819. OLE color: 15321819.

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

Color convert

RGB 219 202 233 -
CMYK 0.06 0.13 0 0.09
HSL 272.9º 0.41% 0.85% -
HSV(B) 272.9º 0.13% 0.91% -
XYZ 65.04 63.18 85.86 -
YUV 210.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 219 202 233 0.06 0.13 0 0.09 272.9 0.41 0.85
Hex DB CA E9 6 D 0 9 111 29 55
Octal 333 312 351 6 15 0 11 421 51 125
Binary 11011011 11001010 11101001 110 1101 0 1001 100010001 101001 1010101

Color Harmonies of #DBCAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCAE9

Black with #DBCAE9

Text Example


Text Example

White with #DBCAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCAE9; }

 p { color: rgb(219,202,233); }

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

background-color css

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

 a { background-color: rgb(219,202,233); }

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

border-color css

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

 span { border-color: rgb(219,202,233); }

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