Html Css Color HEX #DCC9F9 Fog

📋 copy color: '#DCC9F9'

red 220 ◦ green 201 ◦ blue 249

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

Shades of Fog #DCC9F9

Tints of Fog #DCC9F9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30%

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

R = 32.84%
G = 30%
B = 37.16%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCC9F9 (or 0xDCC9F9) is known color: Fog. HEX triplet: DC, C9 and F9. RGB value is (220,201,249). Sum of RGB (Red+Green+Blue) = 220+201+249=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC9F9 is #233606. Grayscale: #D3D3D3. Windows color (decimal): -2307591 or 16370140. OLE color: 16370140.

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

Color convert

RGB 220 201 249 -
CMYK 0.12 0.19 0 0.02
HSL 263.75º 0.8% 0.88% -
HSV(B) 263.75º 0.19% 0.98% -
XYZ 67.5 63.83 98.38 -
YUV 212.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 220 201 249 0.12 0.19 0 0.02 263.75 0.8 0.88
Hex DC C9 F9 C 13 0 2 108 50 58
Octal 334 311 371 14 23 0 2 410 120 130
Binary 11011100 11001001 11111001 1100 10011 0 10 100001000 1010000 1011000

Color Harmonies of #DCC9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9F9

Black with #DCC9F9

Text Example


Text Example

White with #DCC9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9F9; }

 p { color: rgb(220,201,249); }

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

background-color css

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

 a { background-color: rgb(220,201,249); }

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

border-color css

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

 span { border-color: rgb(220,201,249); }

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