Html Css Color HEX #DCC5EE Fog

📋 copy color: '#DCC5EE'

red 220 ◦ green 197 ◦ blue 238

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

Shades of Fog #DCC5EE

Tints of Fog #DCC5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.34%

R = 33.59%
G = 30.08%
B = 36.34%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCC5EE (or 0xDCC5EE) is known color: Fog. HEX triplet: DC, C5 and EE. RGB value is (220,197,238). Sum of RGB (Red+Green+Blue) = 220+197+238=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC5EE is #233A11. Grayscale: #D0D0D0. Windows color (decimal): -2308626 or 15648220. OLE color: 15648220.

HSL color Cylindrical-coordinate representation of color #DCC5EE: hue angle of 273.66º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCC5EE is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 197 238 -
CMYK 0.08 0.17 0 0.07
HSL 273.66º 0.55% 0.85% -
HSV(B) 273.66º 0.17% 0.93% -
XYZ 64.91 61.32 89.3 -
YUV 208.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 220 197 238 0.08 0.17 0 0.07 273.66 0.55 0.85
Hex DC C5 EE 8 11 0 7 112 37 55
Octal 334 305 356 10 21 0 7 422 67 125
Binary 11011100 11000101 11101110 1000 10001 0 111 100010010 110111 1010101

Color Harmonies of #DCC5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5EE

Black with #DCC5EE

Text Example


Text Example

White with #DCC5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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