#DCCDE4

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

Shades of Titan White #DCCDE4

Tints of Titan White #DCCDE4

Color information

#DCCDE4 (or 0xDCCDE4) is unknown color: approx Titan White. HEX triplet: DC, CD and E4. RGB value is (220,205,228). Sum of RGB (Red+Green+Blue) = 220+205+228=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDE4 is #23321B. Grayscale: #D4D4D4. Windows color (decimal): -2306588 or 14994908. OLE color: 14994908.

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

Color convert

RGB220205228-
CMYK0.040.1000.11
HSL279.13º29.87%84.9%-
HSV(B)279.13º10.09%89.41%-
XYZ65.3564.4882.4-
YUV212.11136.97133.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=33.69%
G=31.39%
B=34.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202052280.040.1000.11279.1329.8784.9
HexDCCDE44A0B1171e55
Octal33431534441201342736125
Binary110111001100110111100100100101001011100010111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDE4; }

 p { color: rgb(220,205,228); }

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

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

 a { background-color: rgb(220,205,228); }

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

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

 span { border-color: rgb(220,205,228); }

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