Html Css Color HEX #DCC3C4 Pink Flare

📋 copy color: '#DCC3C4'

red 220 ◦ green 195 ◦ blue 196

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

Shades of Pink Flare #DCC3C4

Tints of Pink Flare #DCC3C4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.91%

 BLUE value IS 196 (76.95% from 255) = 32.08%

R = 36.01%
G = 31.91%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DCC3C4 (or 0xDCC3C4) is known color: Pink Flare. HEX triplet: DC, C3 and C4. RGB value is (220,195,196). Sum of RGB (Red+Green+Blue) = 220+195+196=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3C4 is #233C3B. Grayscale: #CACACA. Windows color (decimal): -2309180 or 12895196. OLE color: 12895196.

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

Color convert

RGB 220 195 196 -
CMYK 0 0.11 0.11 0.14
HSL 357.6º 0.26% 0.81% -
HSV(B) 357.6º 0.11% 0.86% -
XYZ 58.99 58.23 60.36 -
YUV 202.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 220 195 196 0 0.11 0.11 0.14 357.6 0.26 0.81
Hex DC C3 C4 0 B B E 166 1A 51
Octal 334 303 304 0 13 13 16 546 32 121
Binary 11011100 11000011 11000100 0 1011 1011 1110 101100110 11010 1010001

Color Harmonies of #DCC3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC3C4

Black with #DCC3C4

Text Example


Text Example

White with #DCC3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC3C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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