#DAEBF3

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

Shades of Pattens Blue #DAEBF3

Tints of Pattens Blue #DAEBF3

Color information

#DAEBF3 (or 0xDAEBF3) is unknown color: approx Pattens Blue. HEX triplet: DA, EB and F3. RGB value is (218,235,243). Sum of RGB (Red+Green+Blue) = 218+235+243=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBF3 is #25140C. Grayscale: #E6E6E6. Windows color (decimal): -2429965 or 15985626. OLE color: 15985626.

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

Color convert

RGB218235243-
CMYK0.100.0300.05
HSL199.2º51.02%90.39%-
HSV(B)199.2º10.29%95.29%-
XYZ74.880.7996.45-
YUV230.83134.87118.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.32%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 243 (95.31% from 255) = 34.91%
R=31.32%
G=33.76%
B=34.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182352430.100.0300.05199.251.0290.39
HexDAEBF3A305c7335a
Octal3323533631230530763132
Binary1101101011101011111100111010110101110001111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBF3; }

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

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

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

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

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

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

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

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