#DAEBF1

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

Shades of Pattens Blue #DAEBF1

Tints of Pattens Blue #DAEBF1

Color information

#DAEBF1 (or 0xDAEBF1) is unknown color: approx Pattens Blue. HEX triplet: DA, EB and F1. RGB value is (218,235,241). Sum of RGB (Red+Green+Blue) = 218+235+241=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBF1 is #25140E. Grayscale: #E6E6E6. Windows color (decimal): -2429967 or 15854554. OLE color: 15854554.

HSL color Cylindrical-coordinate representation of color #DAEBF1: hue angle of 195.65º degrees, saturation: 0.45, 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 #DAEBF1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218235241-
CMYK0.100.0200.05
HSL195.65º45.1%90%-
HSV(B)195.65º9.54%94.51%-
XYZ74.580.6794.86-
YUV230.6133.87119.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.41%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 241 (94.53% from 255) = 34.73%
R=31.41%
G=33.86%
B=34.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182352410.100.0200.05195.6545.190
HexDAEBF1A205c42d5a
Octal3323533611220530455132
Binary1101101011101011111100011010100101110001001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBF1; }

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

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

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

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

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

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

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

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