Html Css Color HEX #DCC6E9 Titan White

📋 copy color: '#DCC6E9'

red 220 ◦ green 198 ◦ blue 233

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

Shades of Titan White #DCC6E9

Tints of Titan White #DCC6E9

RGB

 RED value IS 220 (86.33% from 255) = 33.79%

 GREEN value IS 198 (77.73% from 255) = 30.41%

 BLUE value IS 233 (91.41% from 255) = 35.79%

R = 33.79%
G = 30.41%
B = 35.79%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCC6E9 (or 0xDCC6E9) is known color: Titan White. HEX triplet: DC, C6 and E9. RGB value is (220,198,233). Sum of RGB (Red+Green+Blue) = 220+198+233=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCC6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6E9 is #233916. Grayscale: #D0D0D0. Windows color (decimal): -2308375 or 15320796. OLE color: 15320796.

HSL color Cylindrical-coordinate representation of color #DCC6E9: hue angle of 277.71º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCC6E9 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 198 233 -
CMYK 0.06 0.15 0 0.09
HSL 277.71º 0.44% 0.85% -
HSV(B) 277.71º 0.15% 0.91% -
XYZ 64.42 61.49 85.56 -
YUV 208.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 220 198 233 0.06 0.15 0 0.09 277.71 0.44 0.85
Hex DC C6 E9 6 F 0 9 116 2C 55
Octal 334 306 351 6 17 0 11 426 54 125
Binary 11011100 11000110 11101001 110 1111 0 1001 100010110 101100 1010101

Color Harmonies of #DCC6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC6E9

Black with #DCC6E9

Text Example


Text Example

White with #DCC6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC6E9; }

 p { color: rgb(220,198,233); }

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

background-color css

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

 a { background-color: rgb(220,198,233); }

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

border-color css

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

 span { border-color: rgb(220,198,233); }

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