Html Css Color HEX #DDDAFE Quartz

📋 copy color: '#DDDAFE'

red 221 ◦ green 218 ◦ blue 254

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

Shades of Quartz #DDDAFE

Tints of Quartz #DDDAFE

RGB

 RED value IS 221 (86.72% from 255) = 31.89%

 GREEN value IS 218 (85.55% from 255) = 31.46%

 BLUE value IS 254 (99.61% from 255) = 36.65%

R = 31.89%
G = 31.46%
B = 36.65%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDDAFE (or 0xDDDAFE) is known color: Quartz. HEX triplet: DD, DA and FE. RGB value is (221,218,254). Sum of RGB (Red+Green+Blue) = 221+218+254=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAFE is #222501. Grayscale: #DEDEDE. Windows color (decimal): -2237698 or 16702173. OLE color: 16702173.

HSL color Cylindrical-coordinate representation of color #DDDAFE: hue angle of 245º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDDAFE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 218 254 -
CMYK 0.13 0.14 0 0.00
HSL 245º 0.95% 0.93% -
HSV(B) 245º 0.14% 1% -
XYZ 72.78 72.67 103.96 -
YUV 223 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 221 218 254 0.13 0.14 0 0.00 245 0.95 0.93
Hex DD DA FE D E 0 0 F5 5F 5D
Octal 335 332 376 15 16 0 0 365 137 135
Binary 11011101 11011010 11111110 1101 1110 0 0 11110101 1011111 1011101

Color Harmonies of #DDDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDAFE

Black with #DDDAFE

Text Example


Text Example

White with #DDDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDAFE; }

 p { color: rgb(221,218,254); }

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

background-color css

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

 a { background-color: rgb(221,218,254); }

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

border-color css

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

 span { border-color: rgb(221,218,254); }

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