Html Css Color HEX #D6CADB Titan White

📋 copy color: '#D6CADB'

red 214 ◦ green 202 ◦ blue 219

#D6CADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Titan White #D6CADB

Tints of Titan White #D6CADB

RGB

 RED value IS 214 (83.98% from 255) = 33.7%

 GREEN value IS 202 (79.3% from 255) = 31.81%

 BLUE value IS 219 (85.94% from 255) = 34.49%

R = 33.7%
G = 31.81%
B = 34.49%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6CADB (or 0xD6CADB) is known color: Titan White. HEX triplet: D6, CA and DB. RGB value is (214,202,219). Sum of RGB (Red+Green+Blue) = 214+202+219=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CADB is #293524. Grayscale: #CFCFCF. Windows color (decimal): -2700581 or 14404310. OLE color: 14404310.

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

Color convert

RGB 214 202 219 -
CMYK 0.02 0.08 0 0.14
HSL 282.35º 0.19% 0.83% -
HSV(B) 282.35º 0.08% 0.86% -
XYZ 61.64 61.65 75.67 -
YUV 207.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 214 202 219 0.02 0.08 0 0.14 282.35 0.19 0.83
Hex D6 CA DB 2 8 0 E 11A 13 53
Octal 326 312 333 2 10 0 16 432 23 123
Binary 11010110 11001010 11011011 10 1000 0 1110 100011010 10011 1010011

Color Harmonies of #D6CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CADB

Black with #D6CADB

Text Example


Text Example

White with #D6CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CADB; }

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

 H1.HeaderClassName
 {
   color: #D6CADB;
 }
 .AnyTagClassName
 {
   color: #D6CADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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