#DAEDFC

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

Shades of Pattens Blue #DAEDFC

Tints of Pattens Blue #DAEDFC

Color information

#DAEDFC (or 0xDAEDFC) is unknown color: approx Pattens Blue. HEX triplet: DA, ED and FC. RGB value is (218,237,252). Sum of RGB (Red+Green+Blue) = 218+237+252=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDFC is #251203. Grayscale: #E8E8E8. Windows color (decimal): -2429444 or 16575962. OLE color: 16575962.

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

Color convert

RGB218237252-
CMYK0.130.0600.01
HSL206.47º85%92.16%-
HSV(B)206.47º13.49%98.82%-
XYZ76.7782.5103.97-
YUV233.03138.71117.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.83%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 252 (98.83% from 255) = 35.64%
R=30.83%
G=33.52%
B=35.64%

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
Decimal2182372520.130.0600.01206.478592.16
HexDAEDFCD601ce555c
Octal33235537415601316125134
Binary1101101011101101111111001101110011100111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDFC; }

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

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

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

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

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

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

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

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