Html Css Color HEX #DCC2C3 Pink Flare

📋 copy color: '#DCC2C3'

red 220 ◦ green 194 ◦ blue 195

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

Shades of Pink Flare #DCC2C3

Tints of Pink Flare #DCC2C3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.86%

 BLUE value IS 195 (76.56% from 255) = 32.02%

R = 36.12%
G = 31.86%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DCC2C3 (or 0xDCC2C3) is known color: Pink Flare. HEX triplet: DC, C2 and C3. RGB value is (220,194,195). Sum of RGB (Red+Green+Blue) = 220+194+195=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C3 is #233D3C. Grayscale: #C9C9C9. Windows color (decimal): -2309437 or 12829404. OLE color: 12829404.

HSL color Cylindrical-coordinate representation of color #DCC2C3: hue angle of 357.69º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2C3 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 195 -
CMYK 0 0.12 0.11 0.14
HSL 357.69º 0.27% 0.81% -
HSV(B) 357.69º 0.12% 0.86% -
XYZ 58.66 57.74 59.68 -
YUV 201.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 220 194 195 0 0.12 0.11 0.14 357.69 0.27 0.81
Hex DC C2 C3 0 C B E 166 1B 51
Octal 334 302 303 0 14 13 16 546 33 121
Binary 11011100 11000010 11000011 0 1100 1011 1110 101100110 11011 1010001

Color Harmonies of #DCC2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC2C3

Black with #DCC2C3

Text Example


Text Example

White with #DCC2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC2C3; }

 p { color: rgb(220,194,195); }

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

background-color css

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

 a { background-color: rgb(220,194,195); }

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

border-color css

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

 span { border-color: rgb(220,194,195); }

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