Html Css Color HEX #DCC7F0 Fog

📋 copy color: '#DCC7F0'

red 220 ◦ green 199 ◦ blue 240

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

Shades of Fog #DCC7F0

Tints of Fog #DCC7F0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.2%

 BLUE value IS 240 (94.14% from 255) = 36.42%

R = 33.38%
G = 30.2%
B = 36.42%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCC7F0 (or 0xDCC7F0) is known color: Fog. HEX triplet: DC, C7 and F0. RGB value is (220,199,240). Sum of RGB (Red+Green+Blue) = 220+199+240=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC7F0 is #23380F. Grayscale: #D1D1D1. Windows color (decimal): -2308112 or 15779804. OLE color: 15779804.

HSL color Cylindrical-coordinate representation of color #DCC7F0: hue angle of 270.73º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC7F0 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 199 240 -
CMYK 0.08 0.17 0 0.06
HSL 270.73º 0.58% 0.86% -
HSV(B) 270.73º 0.17% 0.94% -
XYZ 65.67 62.35 91.01 -
YUV 209.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 220 199 240 0.08 0.17 0 0.06 270.73 0.58 0.86
Hex DC C7 F0 8 11 0 6 10F 3A 56
Octal 334 307 360 10 21 0 6 417 72 126
Binary 11011100 11000111 11110000 1000 10001 0 110 100001111 111010 1010110

Color Harmonies of #DCC7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC7F0

Black with #DCC7F0

Text Example


Text Example

White with #DCC7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC7F0; }

 p { color: rgb(220,199,240); }

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

background-color css

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

 a { background-color: rgb(220,199,240); }

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

border-color css

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

 span { border-color: rgb(220,199,240); }

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