Html Css Color HEX #DACCD2 Prim

📋 copy color: '#DACCD2'

red 218 ◦ green 204 ◦ blue 210

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

Shades of Prim #DACCD2

Tints of Prim #DACCD2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.28%

 BLUE value IS 210 (82.42% from 255) = 33.23%

R = 34.49%
G = 32.28%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DACCD2 (or 0xDACCD2) is known color: Prim. HEX triplet: DA, CC and D2. RGB value is (218,204,210). Sum of RGB (Red+Green+Blue) = 218+204+210=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCD2 is #25332D. Grayscale: #D0D0D0. Windows color (decimal): -2437934 or 13815002. OLE color: 13815002.

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

Color convert

RGB 218 204 210 -
CMYK 0 0.06 0.04 0.15
HSL 334.29º 0.16% 0.83% -
HSV(B) 334.29º 0.06% 0.85% -
XYZ 62.14 62.74 69.81 -
YUV 208.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 218 204 210 0 0.06 0.04 0.15 334.29 0.16 0.83
Hex DA CC D2 0 6 4 F 14E 10 53
Octal 332 314 322 0 6 4 17 516 20 123
Binary 11011010 11001100 11010010 0 110 100 1111 101001110 10000 1010011

Color Harmonies of #DACCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACCD2

Black with #DACCD2

Text Example


Text Example

White with #DACCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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