Html Css Color HEX #DACED5 Twilight

📋 copy color: '#DACED5'

red 218 ◦ green 206 ◦ blue 213

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

Shades of Twilight #DACED5

Tints of Twilight #DACED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.44%

R = 34.22%
G = 32.34%
B = 33.44%

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

#DACED5 (or 0xDACED5) is known color: Twilight. HEX triplet: DA, CE and D5. RGB value is (218,206,213). Sum of RGB (Red+Green+Blue) = 218+206+213=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DACED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACED5 is #25312A. Grayscale: #D2D2D2. Windows color (decimal): -2437419 or 14012122. OLE color: 14012122.

HSL color Cylindrical-coordinate representation of color #DACED5: hue angle of 325º 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 #DACED5 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 213 -
CMYK 0 0.06 0.02 0.15
HSL 325º 0.14% 0.83% -
HSV(B) 325º 0.06% 0.85% -
XYZ 62.99 63.85 71.96 -
YUV 210.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 218 206 213 0 0.06 0.02 0.15 325 0.14 0.83
Hex DA CE D5 0 6 2 F 145 E 53
Octal 332 316 325 0 6 2 17 505 16 123
Binary 11011010 11001110 11010101 0 110 10 1111 101000101 1110 1010011

Color Harmonies of #DACED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACED5

Black with #DACED5

Text Example


Text Example

White with #DACED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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