#DCCFE5

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

Shades of Titan White #DCCFE5

Tints of Titan White #DCCFE5

Color information

#DCCFE5 (or 0xDCCFE5) is unknown color: approx Titan White. HEX triplet: DC, CF and E5. RGB value is (220,207,229). Sum of RGB (Red+Green+Blue) = 220+207+229=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFE5 is #23301A. Grayscale: #D5D5D5. Windows color (decimal): -2306075 or 15060956. OLE color: 15060956.

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

Color convert

RGB220207229-
CMYK0.040.1000.10
HSL275.45º29.73%85.49%-
HSV(B)275.45º9.61%89.8%-
XYZ65.9765.583.29-
YUV213.4136.81132.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 229 (89.84% from 255) = 34.91%
R=33.54%
G=31.55%
B=34.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202072290.040.1000.10275.4529.7385.49
HexDCCFE54A0A1131e55
Octal33431734541201242336125
Binary110111001100111111100101100101001010100010011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFE5; }

 p { color: rgb(220,207,229); }

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

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

 a { background-color: rgb(220,207,229); }

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

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

 span { border-color: rgb(220,207,229); }

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