Html Css Color HEX #DFC5F9 Fog

📋 copy color: '#DFC5F9'

red 223 ◦ green 197 ◦ blue 249

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

Shades of Fog #DFC5F9

Tints of Fog #DFC5F9

RGB

 RED value IS 223 (87.5% from 255) = 33.33%

 GREEN value IS 197 (77.34% from 255) = 29.45%

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

R = 33.33%
G = 29.45%
B = 37.22%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFC5F9 (or 0xDFC5F9) is known color: Fog. HEX triplet: DF, C5 and F9. RGB value is (223,197,249). Sum of RGB (Red+Green+Blue) = 223+197+249=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFC5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5F9 is #203A06. Grayscale: #D2D2D2. Windows color (decimal): -2112007 or 16369119. OLE color: 16369119.

HSL color Cylindrical-coordinate representation of color #DFC5F9: hue angle of 270º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC5F9 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 197 249 -
CMYK 0.10 0.21 0 0.02
HSL 270º 0.81% 0.87% -
HSV(B) 270º 0.21% 0.98% -
XYZ 67.5 62.46 98.12 -
YUV 210.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 223 197 249 0.10 0.21 0 0.02 270 0.81 0.87
Hex DF C5 F9 A 15 0 2 10E 51 57
Octal 337 305 371 12 25 0 2 416 121 127
Binary 11011111 11000101 11111001 1010 10101 0 10 100001110 1010001 1010111

Color Harmonies of #DFC5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC5F9

Black with #DFC5F9

Text Example


Text Example

White with #DFC5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC5F9; }

 p { color: rgb(223,197,249); }

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

background-color css

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

 a { background-color: rgb(223,197,249); }

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

border-color css

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

 span { border-color: rgb(223,197,249); }

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