Html Css Color HEX #D5CBDA Titan White

📋 copy color: '#D5CBDA'

red 213 ◦ green 203 ◦ blue 218

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

Shades of Titan White #D5CBDA

Tints of Titan White #D5CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.02%

 BLUE value IS 218 (85.55% from 255) = 34.38%

R = 33.6%
G = 32.02%
B = 34.38%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5CBDA (or 0xD5CBDA) is known color: Titan White. HEX triplet: D5, CB and DA. RGB value is (213,203,218). Sum of RGB (Red+Green+Blue) = 213+203+218=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBDA is #2A3425. Grayscale: #CFCFCF. Windows color (decimal): -2765862 or 14339029. OLE color: 14339029.

HSL color Cylindrical-coordinate representation of color #D5CBDA: hue angle of 280º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5CBDA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 203 218 -
CMYK 0.02 0.07 0 0.15
HSL 280º 0.17% 0.83% -
HSV(B) 280º 0.07% 0.85% -
XYZ 61.45 61.92 75.04 -
YUV 207.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 213 203 218 0.02 0.07 0 0.15 280 0.17 0.83
Hex D5 CB DA 2 7 0 F 118 11 53
Octal 325 313 332 2 7 0 17 430 21 123
Binary 11010101 11001011 11011010 10 111 0 1111 100011000 10001 1010011

Color Harmonies of #D5CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBDA

Black with #D5CBDA

Text Example


Text Example

White with #D5CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBDA; }

 p { color: rgb(213,203,218); }

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

background-color css

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

 a { background-color: rgb(213,203,218); }

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

border-color css

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

 span { border-color: rgb(213,203,218); }

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