#DAEBF5

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

Shades of Pattens Blue #DAEBF5

Tints of Pattens Blue #DAEBF5

Color information

#DAEBF5 (or 0xDAEBF5) is unknown color: approx Pattens Blue. HEX triplet: DA, EB and F5. RGB value is (218,235,245). Sum of RGB (Red+Green+Blue) = 218+235+245=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAEBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBF5 is #25140A. Grayscale: #E7E7E7. Windows color (decimal): -2429963 or 16116698. OLE color: 16116698.

HSL color Cylindrical-coordinate representation of color #DAEBF5: hue angle of 202.22º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEBF5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218235245-
CMYK0.110.0400.04
HSL202.22º57.45%90.78%-
HSV(B)202.22º11.02%96.08%-
XYZ75.180.9198.05-
YUV231.06135.87118.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.23%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 245 (96.09% from 255) = 35.10%
R=31.23%
G=33.67%
B=35.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182352450.110.0400.04202.2257.4590.78
HexDAEBF5B404ca395b
Octal3323533651340431271133
Binary11011010111010111111010110111000100110010101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBF5; }

 p { color: rgb(218,235,245); }

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

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

 a { background-color: rgb(218,235,245); }

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

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

 span { border-color: rgb(218,235,245); }

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