Html Css Color HEX #DCC5FA Fog

📋 copy color: '#DCC5FA'

red 220 ◦ green 197 ◦ blue 250

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

Shades of Fog #DCC5FA

Tints of Fog #DCC5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.48%

R = 32.98%
G = 29.54%
B = 37.48%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCC5FA (or 0xDCC5FA) is known color: Fog. HEX triplet: DC, C5 and FA. RGB value is (220,197,250). Sum of RGB (Red+Green+Blue) = 220+197+250=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5FA is #233A05. Grayscale: #D1D1D1. Windows color (decimal): -2308614 or 16434652. OLE color: 16434652.

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

Color convert

RGB 220 197 250 -
CMYK 0.12 0.21 0 0.02
HSL 266.04º 0.84% 0.88% -
HSV(B) 266.04º 0.21% 0.98% -
XYZ 66.74 62.05 98.9 -
YUV 209.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 220 197 250 0.12 0.21 0 0.02 266.04 0.84 0.88
Hex DC C5 FA C 15 0 2 10A 54 58
Octal 334 305 372 14 25 0 2 412 124 130
Binary 11011100 11000101 11111010 1100 10101 0 10 100001010 1010100 1011000

Color Harmonies of #DCC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5FA

Black with #DCC5FA

Text Example


Text Example

White with #DCC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5FA; }

 p { color: rgb(220,197,250); }

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

background-color css

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

 a { background-color: rgb(220,197,250); }

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

border-color css

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

 span { border-color: rgb(220,197,250); }

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