#DACBE4

Color #DACBE4 Titan White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Titan White #DACBE4

Tints of Titan White #DACBE4

Color information

#DACBE4 (or 0xDACBE4) is unknown color: approx Titan White. HEX triplet: DA, CB and E4. RGB value is (218,203,228). Sum of RGB (Red+Green+Blue) = 218+203+228=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 228 - color contains mainly: blue. Hex color #DACBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBE4 is #25341B. Grayscale: #D2D2D2. Windows color (decimal): -2438172 or 14994394. OLE color: 14994394.

HSL color Cylindrical-coordinate representation of color #DACBE4: hue angle of 276º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DACBE4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218203228-
CMYK0.040.1100.11
HSL276º31.65%84.51%-
HSV(B)276º10.96%89.41%-
XYZ64.2763.2282.21-
YUV210.33137.97133.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 228 (89.45% from 255) = 35.13%
R=33.59%
G=31.28%
B=35.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182032280.040.1100.1127631.6584.51
HexDACBE44B0B1142055
Octal33231334441301342440125
Binary1101101011001011111001001001011010111000101001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBE4; }

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

 H1.HeaderClassName
 {
   color: #DACBE4;
 }
 .AnyTagClassName
 {
   color: #DACBE4;
 }
</style>
background-color css

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

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

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

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

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

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