#DDCFE4

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

Shades of Titan White #DDCFE4

Tints of Titan White #DDCFE4

Color information

#DDCFE4 (or 0xDDCFE4) is unknown color: approx Titan White. HEX triplet: DD, CF and E4. RGB value is (221,207,228). Sum of RGB (Red+Green+Blue) = 221+207+228=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFE4 is #22301B. Grayscale: #D5D5D5. Windows color (decimal): -2240540 or 14995421. OLE color: 14995421.

HSL color Cylindrical-coordinate representation of color #DDCFE4: hue angle of 280º 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 #DDCFE4 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221207228-
CMYK0.030.0900.11
HSL280º28%85.29%-
HSV(B)280º9.21%89.41%-
XYZ66.1465.682.58-
YUV213.58136.14133.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 228 (89.45% from 255) = 34.76%
R=33.69%
G=31.55%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212072280.030.0900.112802885.29
HexDDCFE4390B1181c55
Octal33531734431101343034125
Binary11011101110011111110010011100101011100011000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFE4; }

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

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

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

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

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

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

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

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