#DAEEF3

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

Shades of Pattens Blue #DAEEF3

Tints of Pattens Blue #DAEEF3

Color information

#DAEEF3 (or 0xDAEEF3) is unknown color: approx Pattens Blue. HEX triplet: DA, EE and F3. RGB value is (218,238,243). Sum of RGB (Red+Green+Blue) = 218+238+243=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF3 is #25110C. Grayscale: #E8E8E8. Windows color (decimal): -2429197 or 15986394. OLE color: 15986394.

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

Color convert

RGB218238243-
CMYK0.100.0200.05
HSL192º51.02%90.39%-
HSV(B)192º10.29%95.29%-
XYZ75.6782.5396.74-
YUV232.59133.87117.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.19%
GREEN value IS 238 (93.36% from 255) = 34.05%
BLUE value IS 243 (95.31% from 255) = 34.76%
R=31.19%
G=34.05%
B=34.76%

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
Decimal2182382430.100.0200.0519251.0290.39
HexDAEEF3A205c0335a
Octal3323563631220530063132
Binary1101101011101110111100111010100101110000001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEF3; }

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

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

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

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

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

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

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

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