#DCCFE4

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

Shades of Titan White #DCCFE4

Tints of Titan White #DCCFE4

Color information

#DCCFE4 (or 0xDCCFE4) is unknown color: approx Titan White. HEX triplet: DC, CF and E4. RGB value is (220,207,228). Sum of RGB (Red+Green+Blue) = 220+207+228=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFE4 is #23301B. Grayscale: #D5D5D5. Windows color (decimal): -2306076 or 14995420. OLE color: 14995420.

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

Color convert

RGB220207228-
CMYK0.040.0900.11
HSL277.14º28%85.29%-
HSV(B)277.14º9.21%89.41%-
XYZ65.8365.4482.56-
YUV213.28136.31132.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 228 (89.45% from 255) = 34.81%
R=33.59%
G=31.60%
B=34.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202072280.040.0900.11277.142885.29
HexDCCFE4490B1151c55
Octal33431734441101342534125
Binary110111001100111111100100100100101011100010101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFE4; }

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

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

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

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

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

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

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

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