#DAECFB

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

Shades of Pattens Blue #DAECFB

Tints of Pattens Blue #DAECFB

Color information

#DAECFB (or 0xDAECFB) is unknown color: approx Pattens Blue. HEX triplet: DA, EC and FB. RGB value is (218,236,251). Sum of RGB (Red+Green+Blue) = 218+236+251=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECFB is #251304. Grayscale: #E8E8E8. Windows color (decimal): -2429701 or 16510170. OLE color: 16510170.

HSL color Cylindrical-coordinate representation of color #DAECFB: hue angle of 207.27º degrees, saturation: 0.8, 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 #DAECFB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218236251-
CMYK0.130.0600.02
HSL207.27º80.49%91.96%-
HSV(B)207.27º13.15%98.43%-
XYZ76.3281.86103.05-
YUV232.33138.54117.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.92%
GREEN value IS 236 (92.58% from 255) = 33.48%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=30.92%
G=33.48%
B=35.60%

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
Decimal2182362510.130.0600.02207.2780.4991.96
HexDAECFBD602cf505c
Octal33235437315602317120134
Binary11011010111011001111101111011100101100111110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECFB; }

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

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

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

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

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

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

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

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