#DAEEFC

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

Shades of Pattens Blue #DAEEFC

Tints of Pattens Blue #DAEEFC

Color information

#DAEEFC (or 0xDAEEFC) is unknown color: approx Pattens Blue. HEX triplet: DA, EE and FC. RGB value is (218,238,252). Sum of RGB (Red+Green+Blue) = 218+238+252=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEFC is #251103. Grayscale: #E9E9E9. Windows color (decimal): -2429188 or 16576218. OLE color: 16576218.

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

Color convert

RGB218238252-
CMYK0.130.0600.01
HSL204.71º85%92.16%-
HSV(B)204.71º13.49%98.82%-
XYZ77.0683.08104.07-
YUV233.62138.37116.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.79%
GREEN value IS 238 (93.36% from 255) = 33.62%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=30.79%
G=33.62%
B=35.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182382520.130.0600.01204.718592.16
HexDAEEFCD601cd555c
Octal33235637415601315125134
Binary1101101011101110111111001101110011100110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEFC; }

 p { color: rgb(218,238,252); }

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

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

 a { background-color: rgb(218,238,252); }

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

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

 span { border-color: rgb(218,238,252); }

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