#DAEAF3

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

Shades of Pattens Blue #DAEAF3

Tints of Pattens Blue #DAEAF3

Color information

#DAEAF3 (or 0xDAEAF3) is unknown color: approx Pattens Blue. HEX triplet: DA, EA and F3. RGB value is (218,234,243). Sum of RGB (Red+Green+Blue) = 218+234+243=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAF3 is #25150C. Grayscale: #E6E6E6. Windows color (decimal): -2430221 or 15985370. OLE color: 15985370.

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

Color convert

RGB218234243-
CMYK0.100.0400.05
HSL201.6º51.02%90.39%-
HSV(B)201.6º10.29%95.29%-
XYZ74.5180.2296.35-
YUV230.24135.2119.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.37%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 243 (95.31% from 255) = 34.96%
R=31.37%
G=33.67%
B=34.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182342430.100.0400.05201.651.0290.39
HexDAEAF3A405ca335a
Octal3323523631240531263132
Binary11011010111010101111001110101000101110010101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAF3; }

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

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

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

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

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

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

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

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