Html Css Color HEX #DCC2F6 Fog

📋 copy color: '#DCC2F6'

red 220 ◦ green 194 ◦ blue 246

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

Shades of Fog #DCC2F6

Tints of Fog #DCC2F6

RGB

 RED value IS 220 (86.33% from 255) = 33.33%

 GREEN value IS 194 (76.17% from 255) = 29.39%

 BLUE value IS 246 (96.48% from 255) = 37.27%

R = 33.33%
G = 29.39%
B = 37.27%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCC2F6 (or 0xDCC2F6) is known color: Fog. HEX triplet: DC, C2 and F6. RGB value is (220,194,246). Sum of RGB (Red+Green+Blue) = 220+194+246=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCC2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC2F6 is #233D09. Grayscale: #CFCFCF. Windows color (decimal): -2309386 or 16171740. OLE color: 16171740.

HSL color Cylindrical-coordinate representation of color #DCC2F6: hue angle of 270º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC2F6 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 194 246 -
CMYK 0.11 0.21 0 0.04
HSL 270º 0.74% 0.86% -
HSV(B) 270º 0.21% 0.96% -
XYZ 65.44 60.45 95.41 -
YUV 207.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 220 194 246 0.11 0.21 0 0.04 270 0.74 0.86
Hex DC C2 F6 B 15 0 4 10E 4A 56
Octal 334 302 366 13 25 0 4 416 112 126
Binary 11011100 11000010 11110110 1011 10101 0 100 100001110 1001010 1010110

Color Harmonies of #DCC2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC2F6

Black with #DCC2F6

Text Example


Text Example

White with #DCC2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC2F6; }

 p { color: rgb(220,194,246); }

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

background-color css

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

 a { background-color: rgb(220,194,246); }

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

border-color css

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

 span { border-color: rgb(220,194,246); }

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