Html Css Color HEX #DAB2B3 Pink Flare

📋 copy color: '#DAB2B3'

red 218 ◦ green 178 ◦ blue 179

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

Shades of Pink Flare #DAB2B3

Tints of Pink Flare #DAB2B3

RGB

 RED value IS 218 (85.55% from 255) = 37.91%

 GREEN value IS 178 (69.92% from 255) = 30.96%

 BLUE value IS 179 (70.31% from 255) = 31.13%

R = 37.91%
G = 30.96%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DAB2B3 (or 0xDAB2B3) is known color: Pink Flare. HEX triplet: DA, B2 and B3. RGB value is (218,178,179). Sum of RGB (Red+Green+Blue) = 218+178+179=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2B3 is #254D4C. Grayscale: #BEBEBE. Windows color (decimal): -2444621 or 11776730. OLE color: 11776730.

HSL color Cylindrical-coordinate representation of color #DAB2B3: hue angle of 358.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2B3 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 179 -
CMYK 0 0.18 0.18 0.15
HSL 358.5º 0.35% 0.78% -
HSV(B) 358.5º 0.18% 0.85% -
XYZ 52.97 50 49.51 -
YUV 190.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 218 178 179 0 0.18 0.18 0.15 358.5 0.35 0.78
Hex DA B2 B3 0 12 12 F 166 23 4E
Octal 332 262 263 0 22 22 17 546 43 116
Binary 11011010 10110010 10110011 0 10010 10010 1111 101100110 100011 1001110

Color Harmonies of #DAB2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2B3

Black with #DAB2B3

Text Example


Text Example

White with #DAB2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2B3; }

 p { color: rgb(218,178,179); }

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

background-color css

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

 a { background-color: rgb(218,178,179); }

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

border-color css

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

 span { border-color: rgb(218,178,179); }

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