#DAECFE

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

Shades of Pattens Blue #DAECFE

Tints of Pattens Blue #DAECFE

Color information

#DAECFE (or 0xDAECFE) is unknown color: approx Pattens Blue. HEX triplet: DA, EC and FE. RGB value is (218,236,254). Sum of RGB (Red+Green+Blue) = 218+236+254=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECFE is #251301. Grayscale: #E8E8E8. Windows color (decimal): -2429698 or 16706778. OLE color: 16706778.

HSL color Cylindrical-coordinate representation of color #DAECFE: hue angle of 210º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAECFE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218236254-
CMYK0.140.0700.00
HSL210º94.74%92.55%-
HSV(B)210º14.17%99.61%-
XYZ76.882.05105.56-
YUV232.67140.04117.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.79%
GREEN value IS 236 (92.58% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=30.79%
G=33.33%
B=35.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182362540.140.0700.0021094.7492.55
HexDAECFEE700d25f5d
Octal33235437616700322137135
Binary1101101011101100111111101110111001101001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECFE; }

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

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

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

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

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

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

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

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