Html Css Color HEX #D5CADB Titan White

📋 copy color: '#D5CADB'

red 213 ◦ green 202 ◦ blue 219

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

Shades of Titan White #D5CADB

Tints of Titan White #D5CADB

RGB

 RED value IS 213 (83.59% from 255) = 33.6%

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

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

R = 33.6%
G = 31.86%
B = 34.54%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5CADB (or 0xD5CADB) is known color: Titan White. HEX triplet: D5, CA and DB. RGB value is (213,202,219). Sum of RGB (Red+Green+Blue) = 213+202+219=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CADB is #2A3524. Grayscale: #CFCFCF. Windows color (decimal): -2766117 or 14404309. OLE color: 14404309.

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

Color convert

RGB 213 202 219 -
CMYK 0.03 0.08 0 0.14
HSL 278.82º 0.19% 0.83% -
HSV(B) 278.82º 0.08% 0.86% -
XYZ 61.35 61.5 75.66 -
YUV 207.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 213 202 219 0.03 0.08 0 0.14 278.82 0.19 0.83
Hex D5 CA DB 3 8 0 E 117 13 53
Octal 325 312 333 3 10 0 16 427 23 123
Binary 11010101 11001010 11011011 11 1000 0 1110 100010111 10011 1010011

Color Harmonies of #D5CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CADB

Black with #D5CADB

Text Example


Text Example

White with #D5CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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