Html Css Color HEX #DACBCC Pale Rose

📋 copy color: '#DACBCC'

red 218 ◦ green 203 ◦ blue 204

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

Shades of Pale Rose #DACBCC

Tints of Pale Rose #DACBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.48%

 BLUE value IS 204 (80.08% from 255) = 32.64%

R = 34.88%
G = 32.48%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DACBCC (or 0xDACBCC) is known color: Pale Rose. HEX triplet: DA, CB and CC. RGB value is (218,203,204). Sum of RGB (Red+Green+Blue) = 218+203+204=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBCC is #253433. Grayscale: #CFCFCF. Windows color (decimal): -2438196 or 13421530. OLE color: 13421530.

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

Color convert

RGB 218 203 204 -
CMYK 0 0.07 0.06 0.15
HSL 356º 0.17% 0.83% -
HSV(B) 356º 0.07% 0.85% -
XYZ 61.17 61.98 65.87 -
YUV 207.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 218 203 204 0 0.07 0.06 0.15 356 0.17 0.83
Hex DA CB CC 0 7 6 F 164 11 53
Octal 332 313 314 0 7 6 17 544 21 123
Binary 11011010 11001011 11001100 0 111 110 1111 101100100 10001 1010011

Color Harmonies of #DACBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACBCC

Black with #DACBCC

Text Example


Text Example

White with #DACBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACBCC; }

 p { color: rgb(218,203,204); }

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

background-color css

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

 a { background-color: rgb(218,203,204); }

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

border-color css

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

 span { border-color: rgb(218,203,204); }

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