Html Css Color HEX #DBC5EA Fog

📋 copy color: '#DBC5EA'

red 219 ◦ green 197 ◦ blue 234

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

Shades of Fog #DBC5EA

Tints of Fog #DBC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.31%

 BLUE value IS 234 (91.8% from 255) = 36%

R = 33.69%
G = 30.31%
B = 36%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBC5EA (or 0xDBC5EA) is known color: Fog. HEX triplet: DB, C5 and EA. RGB value is (219,197,234). Sum of RGB (Red+Green+Blue) = 219+197+234=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC5EA is #243A15. Grayscale: #CFCFCF. Windows color (decimal): -2374166 or 15386075. OLE color: 15386075.

HSL color Cylindrical-coordinate representation of color #DBC5EA: hue angle of 275.68º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBC5EA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 197 234 -
CMYK 0.06 0.16 0 0.08
HSL 275.68º 0.47% 0.85% -
HSV(B) 275.68º 0.16% 0.92% -
XYZ 64.03 60.93 86.23 -
YUV 207.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 219 197 234 0.06 0.16 0 0.08 275.68 0.47 0.85
Hex DB C5 EA 6 10 0 8 114 2F 55
Octal 333 305 352 6 20 0 10 424 57 125
Binary 11011011 11000101 11101010 110 10000 0 1000 100010100 101111 1010101

Color Harmonies of #DBC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC5EA

Black with #DBC5EA

Text Example


Text Example

White with #DBC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC5EA; }

 p { color: rgb(219,197,234); }

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

background-color css

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

 a { background-color: rgb(219,197,234); }

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

border-color css

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

 span { border-color: rgb(219,197,234); }

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