#D6CFDB

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

Shades of Titan White #D6CFDB

Tints of Titan White #D6CFDB

Color information

#D6CFDB (or 0xD6CFDB) is unknown color: approx Titan White. HEX triplet: D6, CF and DB. RGB value is (214,207,219). Sum of RGB (Red+Green+Blue) = 214+207+219=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFDB is #293024. Grayscale: #D2D2D2. Windows color (decimal): -2699301 or 14405590. OLE color: 14405590.

HSL color Cylindrical-coordinate representation of color #D6CFDB: hue angle of 275º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CFDB is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214207219-
CMYK0.020.0500.14
HSL275º14.29%83.53%-
HSV(B)275º5.48%85.88%-
XYZ62.8364.0476.07-
YUV210.46132.82130.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.44%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=33.44%
G=32.34%
B=34.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142072190.020.0500.1427514.2983.53
HexD6CFDB250E113e54
Octal3263173332501642316124
Binary110101101100111111011011101010111010001001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFDB; }

 p { color: rgb(214,207,219); }

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

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

 a { background-color: rgb(214,207,219); }

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

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

 span { border-color: rgb(214,207,219); }

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