Html Css Color HEX #DAC7E6 Titan White

📋 copy color: '#DAC7E6'

red 218 ◦ green 199 ◦ blue 230

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

Shades of Titan White #DAC7E6

Tints of Titan White #DAC7E6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.76%

 BLUE value IS 230 (90.23% from 255) = 35.55%

R = 33.69%
G = 30.76%
B = 35.55%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DAC7E6 (or 0xDAC7E6) is known color: Titan White. HEX triplet: DA, C7 and E6. RGB value is (218,199,230). Sum of RGB (Red+Green+Blue) = 218+199+230=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC7E6 is #253819. Grayscale: #D0D0D0. Windows color (decimal): -2439194 or 15124442. OLE color: 15124442.

HSL color Cylindrical-coordinate representation of color #DAC7E6: hue angle of 276.77º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC7E6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 199 230 -
CMYK 0.05 0.13 0 0.10
HSL 276.77º 0.38% 0.84% -
HSV(B) 276.77º 0.13% 0.9% -
XYZ 63.62 61.47 83.37 -
YUV 208.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 218 199 230 0.05 0.13 0 0.10 276.77 0.38 0.84
Hex DA C7 E6 5 D 0 A 115 26 54
Octal 332 307 346 5 15 0 12 425 46 124
Binary 11011010 11000111 11100110 101 1101 0 1010 100010101 100110 1010100

Color Harmonies of #DAC7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC7E6

Black with #DAC7E6

Text Example


Text Example

White with #DAC7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC7E6; }

 p { color: rgb(218,199,230); }

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

background-color css

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

 a { background-color: rgb(218,199,230); }

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

border-color css

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

 span { border-color: rgb(218,199,230); }

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