#DAECFA

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

Shades of Pattens Blue #DAECFA

Tints of Pattens Blue #DAECFA

Color information

#DAECFA (or 0xDAECFA) is unknown color: approx Pattens Blue. HEX triplet: DA, EC and FA. RGB value is (218,236,250). Sum of RGB (Red+Green+Blue) = 218+236+250=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECFA is #251305. Grayscale: #E8E8E8. Windows color (decimal): -2429702 or 16444634. OLE color: 16444634.

HSL color Cylindrical-coordinate representation of color #DAECFA: hue angle of 206.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAECFA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218236250-
CMYK0.130.0600.02
HSL206.25º76.19%91.76%-
HSV(B)206.25º12.8%98.04%-
XYZ76.1681.8102.22-
YUV232.21138.04117.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.97%
GREEN value IS 236 (92.58% from 255) = 33.52%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=30.97%
G=33.52%
B=35.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182362500.130.0600.02206.2576.1991.76
HexDAECFAD602ce4c5c
Octal33235437215602316114134
Binary11011010111011001111101011011100101100111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECFA; }

 p { color: rgb(218,236,250); }

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

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

 a { background-color: rgb(218,236,250); }

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

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

 span { border-color: rgb(218,236,250); }

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