Html Css Color HEX #DDDFFB Quartz

📋 copy color: '#DDDFFB'

red 221 ◦ green 223 ◦ blue 251

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

Shades of Quartz #DDDFFB

Tints of Quartz #DDDFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.09%

 BLUE value IS 251 (98.44% from 255) = 36.12%

R = 31.8%
G = 32.09%
B = 36.12%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDDFFB (or 0xDDDFFB) is known color: Quartz. HEX triplet: DD, DF and FB. RGB value is (221,223,251). Sum of RGB (Red+Green+Blue) = 221+223+251=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFFB is #222004. Grayscale: #E1E1E1. Windows color (decimal): -2236421 or 16506845. OLE color: 16506845.

HSL color Cylindrical-coordinate representation of color #DDDFFB: hue angle of 236º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDFFB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 223 251 -
CMYK 0.12 0.11 0 0.02
HSL 236º 0.79% 0.93% -
HSV(B) 236º 0.12% 0.98% -
XYZ 73.62 75.11 101.88 -
YUV 225.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 221 223 251 0.12 0.11 0 0.02 236 0.79 0.93
Hex DD DF FB C B 0 2 EC 4F 5D
Octal 335 337 373 14 13 0 2 354 117 135
Binary 11011101 11011111 11111011 1100 1011 0 10 11101100 1001111 1011101

Color Harmonies of #DDDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFFB

Black with #DDDFFB

Text Example


Text Example

White with #DDDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFFB; }

 p { color: rgb(221,223,251); }

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

background-color css

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

 a { background-color: rgb(221,223,251); }

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

border-color css

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

 span { border-color: rgb(221,223,251); }

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