#DAE5F2

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

Shades of Pattens Blue #DAE5F2

Tints of Pattens Blue #DAE5F2

Color information

#DAE5F2 (or 0xDAE5F2) is unknown color: approx Pattens Blue. HEX triplet: DA, E5 and F2. RGB value is (218,229,242). Sum of RGB (Red+Green+Blue) = 218+229+242=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5F2 is #251A0D. Grayscale: #E3E3E3. Windows color (decimal): -2431502 or 15918554. OLE color: 15918554.

HSL color Cylindrical-coordinate representation of color #DAE5F2: hue angle of 212.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE5F2 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218229242-
CMYK0.100.0500.05
HSL212.5º48%90.2%-
HSV(B)212.5º9.92%94.9%-
XYZ72.9677.3595.09-
YUV227.19136.36121.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 242 (94.92% from 255) = 35.12%
R=31.64%
G=33.24%
B=35.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182292420.100.0500.05212.54890.2
HexDAE5F2A505d4305a
Octal3323453621250532460132
Binary11011010111001011111001010101010101110101001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5F2; }

 p { color: rgb(218,229,242); }

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

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

 a { background-color: rgb(218,229,242); }

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

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

 span { border-color: rgb(218,229,242); }

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