#DADFE1

Color #DADFE1 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DADFE1

Tints of Pattens Blue #DADFE1

Color information

#DADFE1 (or 0xDADFE1) is unknown color: approx Pattens Blue. HEX triplet: DA, DF and E1. RGB value is (218,223,225). Sum of RGB (Red+Green+Blue) = 218+223+225=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 225 - color contains mainly: blue. Hex color #DADFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFE1 is #25201E. Grayscale: #DDDDDD. Windows color (decimal): -2433055 or 14802906. OLE color: 14802906.

HSL color Cylindrical-coordinate representation of color #DADFE1: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADFE1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218223225-
CMYK0.030.0100.12
HSL197.14º10.45%86.86%-
HSV(B)197.14º3.11%88.24%-
XYZ68.8973.1281.72-
YUV221.73129.84125.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 225 (88.28% from 255) = 33.78%
R=32.73%
G=33.48%
B=33.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182232250.030.0100.12197.1410.4586.86
HexDADFE1310Cc5a57
Octal3323373413101430512127
Binary110110101101111111100001111011001100010110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFE1; }

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

 H1.HeaderClassName
 {
   color: #DADFE1;
 }
 .AnyTagClassName
 {
   color: #DADFE1;
 }
</style>
background-color css

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

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

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

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

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

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