#DAECFD

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

Shades of Pattens Blue #DAECFD

Tints of Pattens Blue #DAECFD

Color information

#DAECFD (or 0xDAECFD) is unknown color: approx Pattens Blue. HEX triplet: DA, EC and FD. RGB value is (218,236,253). Sum of RGB (Red+Green+Blue) = 218+236+253=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECFD is #251302. Grayscale: #E8E8E8. Windows color (decimal): -2429699 or 16641242. OLE color: 16641242.

HSL color Cylindrical-coordinate representation of color #DAECFD: hue angle of 209.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAECFD is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218236253-
CMYK0.140.0700.01
HSL209.14º89.74%92.35%-
HSV(B)209.14º13.83%99.22%-
XYZ76.6481.99104.71-
YUV232.56139.54117.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.83%
GREEN value IS 236 (92.58% from 255) = 33.38%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=30.83%
G=33.38%
B=35.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182362530.140.0700.01209.1489.7492.35
HexDAECFDE701d15a5c
Octal33235437516701321132134
Binary1101101011101100111111011110111011101000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECFD; }

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

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

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

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

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

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

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

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