Html Css Color HEX #DDD5FE Quartz

📋 copy color: '#DDD5FE'

red 221 ◦ green 213 ◦ blue 254

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

Shades of Quartz #DDD5FE

Tints of Quartz #DDD5FE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.96%

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

R = 32.12%
G = 30.96%
B = 36.92%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDD5FE (or 0xDDD5FE) is known color: Quartz. HEX triplet: DD, D5 and FE. RGB value is (221,213,254). Sum of RGB (Red+Green+Blue) = 221+213+254=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDD5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD5FE is #222A01. Grayscale: #DBDBDB. Windows color (decimal): -2238978 or 16700893. OLE color: 16700893.

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

Color convert

RGB 221 213 254 -
CMYK 0.13 0.16 0 0.00
HSL 251.71º 0.95% 0.92% -
HSV(B) 251.71º 0.16% 1% -
XYZ 71.5 70.12 103.53 -
YUV 220.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 221 213 254 0.13 0.16 0 0.00 251.71 0.95 0.92
Hex DD D5 FE D 10 0 0 FC 5F 5C
Octal 335 325 376 15 20 0 0 374 137 134
Binary 11011101 11010101 11111110 1101 10000 0 0 11111100 1011111 1011100

Color Harmonies of #DDD5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5FE

Black with #DDD5FE

Text Example


Text Example

White with #DDD5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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