Html Css Color HEX #D5DBFA Quartz

📋 copy color: '#D5DBFA'

red 213 ◦ green 219 ◦ blue 250

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

Shades of Quartz #D5DBFA

Tints of Quartz #D5DBFA

RGB

 RED value IS 213 (83.59% from 255) = 31.23%

 GREEN value IS 219 (85.94% from 255) = 32.11%

 BLUE value IS 250 (98.05% from 255) = 36.66%

R = 31.23%
G = 32.11%
B = 36.66%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5DBFA (or 0xD5DBFA) is known color: Quartz. HEX triplet: D5, DB and FA. RGB value is (213,219,250). Sum of RGB (Red+Green+Blue) = 213+219+250=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBFA is #2A2405. Grayscale: #DCDCDC. Windows color (decimal): -2761734 or 16440277. OLE color: 16440277.

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

Color convert

RGB 213 219 250 -
CMYK 0.15 0.12 0 0.02
HSL 230.27º 0.79% 0.91% -
HSV(B) 230.27º 0.15% 0.98% -
XYZ 70.03 71.71 100.59 -
YUV 220.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 213 219 250 0.15 0.12 0 0.02 230.27 0.79 0.91
Hex D5 DB FA F C 0 2 E6 4F 5B
Octal 325 333 372 17 14 0 2 346 117 133
Binary 11010101 11011011 11111010 1111 1100 0 10 11100110 1001111 1011011

Color Harmonies of #D5DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBFA

Black with #D5DBFA

Text Example


Text Example

White with #D5DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBFA; }

 p { color: rgb(213,219,250); }

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

background-color css

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

 a { background-color: rgb(213,219,250); }

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

border-color css

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

 span { border-color: rgb(213,219,250); }

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