Html Css Color HEX #DBCEEB Fog

📋 copy color: '#DBCEEB'

red 219 ◦ green 206 ◦ blue 235

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

Shades of Fog #DBCEEB

Tints of Fog #DBCEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.21%

 BLUE value IS 235 (92.19% from 255) = 35.61%

R = 33.18%
G = 31.21%
B = 35.61%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBCEEB (or 0xDBCEEB) is known color: Fog. HEX triplet: DB, CE and EB. RGB value is (219,206,235). Sum of RGB (Red+Green+Blue) = 219+206+235=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCEEB is #243114. Grayscale: #D5D5D5. Windows color (decimal): -2371861 or 15453915. OLE color: 15453915.

HSL color Cylindrical-coordinate representation of color #DBCEEB: hue angle of 266.9º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBCEEB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 206 235 -
CMYK 0.07 0.12 0 0.08
HSL 266.9º 0.42% 0.86% -
HSV(B) 266.9º 0.12% 0.92% -
XYZ 66.28 65.2 87.69 -
YUV 213.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 219 206 235 0.07 0.12 0 0.08 266.9 0.42 0.86
Hex DB CE EB 7 C 0 8 10B 2A 56
Octal 333 316 353 7 14 0 10 413 52 126
Binary 11011011 11001110 11101011 111 1100 0 1000 100001011 101010 1010110

Color Harmonies of #DBCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCEEB

Black with #DBCEEB

Text Example


Text Example

White with #DBCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCEEB; }

 p { color: rgb(219,206,235); }

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

background-color css

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

 a { background-color: rgb(219,206,235); }

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

border-color css

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

 span { border-color: rgb(219,206,235); }

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