Html Css Color HEX #DADFFD Quartz

📋 copy color: '#DADFFD'

red 218 ◦ green 223 ◦ blue 253

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

Shades of Quartz #DADFFD

Tints of Quartz #DADFFD

RGB

 RED value IS 218 (85.55% from 255) = 31.41%

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

 BLUE value IS 253 (99.22% from 255) = 36.46%

R = 31.41%
G = 32.13%
B = 36.46%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DADFFD (or 0xDADFFD) is known color: Quartz. HEX triplet: DA, DF and FD. RGB value is (218,223,253). Sum of RGB (Red+Green+Blue) = 218+223+253=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #DADFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFFD is #252002. Grayscale: #E0E0E0. Windows color (decimal): -2433027 or 16637914. OLE color: 16637914.

HSL color Cylindrical-coordinate representation of color #DADFFD: hue angle of 231.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADFFD is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 223 253 -
CMYK 0.14 0.12 0 0.01
HSL 231.43º 0.9% 0.92% -
HSV(B) 231.43º 0.14% 0.99% -
XYZ 73.03 74.77 103.51 -
YUV 224.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 218 223 253 0.14 0.12 0 0.01 231.43 0.9 0.92
Hex DA DF FD E C 0 1 E7 5A 5C
Octal 332 337 375 16 14 0 1 347 132 134
Binary 11011010 11011111 11111101 1110 1100 0 1 11100111 1011010 1011100

Color Harmonies of #DADFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADFFD

Black with #DADFFD

Text Example


Text Example

White with #DADFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADFFD; }

 p { color: rgb(218,223,253); }

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

background-color css

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

 a { background-color: rgb(218,223,253); }

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

border-color css

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

 span { border-color: rgb(218,223,253); }

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