Html Css Color HEX #DACED6 Twilight

📋 copy color: '#DACED6'

red 218 ◦ green 206 ◦ blue 214

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

Shades of Twilight #DACED6

Tints of Twilight #DACED6

RGB

 RED value IS 218 (85.55% from 255) = 34.17%

 GREEN value IS 206 (80.86% from 255) = 32.29%

 BLUE value IS 214 (83.98% from 255) = 33.54%

R = 34.17%
G = 32.29%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DACED6 (or 0xDACED6) is known color: Twilight. HEX triplet: DA, CE and D6. RGB value is (218,206,214). Sum of RGB (Red+Green+Blue) = 218+206+214=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 218 - color contains mainly: red. Hex color #DACED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACED6 is #253129. Grayscale: #D2D2D2. Windows color (decimal): -2437418 or 14077658. OLE color: 14077658.

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

Color convert

RGB 218 206 214 -
CMYK 0 0.06 0.02 0.15
HSL 320º 0.14% 0.83% -
HSV(B) 320º 0.06% 0.85% -
XYZ 63.12 63.9 72.63 -
YUV 210.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 218 206 214 0 0.06 0.02 0.15 320 0.14 0.83
Hex DA CE D6 0 6 2 F 140 E 53
Octal 332 316 326 0 6 2 17 500 16 123
Binary 11011010 11001110 11010110 0 110 10 1111 101000000 1110 1010011

Color Harmonies of #DACED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACED6

Black with #DACED6

Text Example


Text Example

White with #DACED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACED6; }

 p { color: rgb(218,206,214); }

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

background-color css

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

 a { background-color: rgb(218,206,214); }

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

border-color css

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

 span { border-color: rgb(218,206,214); }

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