Html Css Color HEX #DBCCF9 Fog

📋 copy color: '#DBCCF9'

red 219 ◦ green 204 ◦ blue 249

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

Shades of Fog #DBCCF9

Tints of Fog #DBCCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.05%

R = 32.59%
G = 30.36%
B = 37.05%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBCCF9 (or 0xDBCCF9) is known color: Fog. HEX triplet: DB, CC and F9. RGB value is (219,204,249). Sum of RGB (Red+Green+Blue) = 219+204+249=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBCCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCCF9 is #243306. Grayscale: #D5D5D5. Windows color (decimal): -2372359 or 16370907. OLE color: 16370907.

HSL color Cylindrical-coordinate representation of color #DBCCF9: hue angle of 260º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCCF9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 204 249 -
CMYK 0.12 0.18 0 0.02
HSL 260º 0.79% 0.89% -
HSV(B) 260º 0.18% 0.98% -
XYZ 67.91 65.09 98.61 -
YUV 213.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 219 204 249 0.12 0.18 0 0.02 260 0.79 0.89
Hex DB CC F9 C 12 0 2 104 4F 59
Octal 333 314 371 14 22 0 2 404 117 131
Binary 11011011 11001100 11111001 1100 10010 0 10 100000100 1001111 1011001

Color Harmonies of #DBCCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCCF9

Black with #DBCCF9

Text Example


Text Example

White with #DBCCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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