Html Css Color HEX #DBCCE7 Fog

📋 copy color: '#DBCCE7'

red 219 ◦ green 204 ◦ blue 231

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

Shades of Fog #DBCCE7

Tints of Fog #DBCCE7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.19%

 BLUE value IS 231 (90.63% from 255) = 35.32%

R = 33.49%
G = 31.19%
B = 35.32%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBCCE7 (or 0xDBCCE7) is known color: Fog. HEX triplet: DB, CC and E7. RGB value is (219,204,231). Sum of RGB (Red+Green+Blue) = 219+204+231=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBCCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCE7 is #243318. Grayscale: #D3D3D3. Windows color (decimal): -2372377 or 15191259. OLE color: 15191259.

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

Color convert

RGB 219 204 231 -
CMYK 0.05 0.12 0 0.09
HSL 273.33º 0.36% 0.85% -
HSV(B) 273.33º 0.12% 0.91% -
XYZ 65.23 64.02 84.52 -
YUV 211.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 219 204 231 0.05 0.12 0 0.09 273.33 0.36 0.85
Hex DB CC E7 5 C 0 9 111 24 55
Octal 333 314 347 5 14 0 11 421 44 125
Binary 11011011 11001100 11100111 101 1100 0 1001 100010001 100100 1010101

Color Harmonies of #DBCCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCCE7

Black with #DBCCE7

Text Example


Text Example

White with #DBCCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCCE7; }

 p { color: rgb(219,204,231); }

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

background-color css

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

 a { background-color: rgb(219,204,231); }

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

border-color css

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

 span { border-color: rgb(219,204,231); }

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