Html Css Color HEX #DDDEEE Quartz

📋 copy color: '#DDDEEE'

red 221 ◦ green 222 ◦ blue 238

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

Shades of Quartz #DDDEEE

Tints of Quartz #DDDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.6%

 BLUE value IS 238 (93.36% from 255) = 34.95%

R = 32.45%
G = 32.6%
B = 34.95%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDDEEE (or 0xDDDEEE) is known color: Quartz. HEX triplet: DD, DE and EE. RGB value is (221,222,238). Sum of RGB (Red+Green+Blue) = 221+222+238=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEEE is #222111. Grayscale: #DFDFDF. Windows color (decimal): -2236690 or 15654621. OLE color: 15654621.

HSL color Cylindrical-coordinate representation of color #DDDEEE: hue angle of 236.47º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDDEEE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 222 238 -
CMYK 0.07 0.07 0 0.07
HSL 236.47º 0.33% 0.9% -
HSV(B) 236.47º 0.07% 0.93% -
XYZ 71.37 73.79 91.37 -
YUV 223.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 221 222 238 0.07 0.07 0 0.07 236.47 0.33 0.9
Hex DD DE EE 7 7 0 7 EC 21 5A
Octal 335 336 356 7 7 0 7 354 41 132
Binary 11011101 11011110 11101110 111 111 0 111 11101100 100001 1011010

Color Harmonies of #DDDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEEE

Black with #DDDEEE

Text Example


Text Example

White with #DDDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEEE; }

 p { color: rgb(221,222,238); }

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

background-color css

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

 a { background-color: rgb(221,222,238); }

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

border-color css

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

 span { border-color: rgb(221,222,238); }

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