#DAEFFA

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

Shades of Pattens Blue #DAEFFA

Tints of Pattens Blue #DAEFFA

Color information

#DAEFFA (or 0xDAEFFA) is unknown color: approx Pattens Blue. HEX triplet: DA, EF and FA. RGB value is (218,239,250). Sum of RGB (Red+Green+Blue) = 218+239+250=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAEFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFFA is #251005. Grayscale: #E9E9E9. Windows color (decimal): -2428934 or 16445402. OLE color: 16445402.

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

Color convert

RGB218239250-
CMYK0.130.0400.02
HSL200.62º76.19%91.76%-
HSV(B)200.62º12.8%98.04%-
XYZ77.0483.54102.51-
YUV233.97137.04116.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.83%
GREEN value IS 239 (93.75% from 255) = 33.80%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=30.83%
G=33.80%
B=35.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182392500.130.0400.02200.6276.1991.76
HexDAEFFAD402c94c5c
Octal33235737215402311114134
Binary11011010111011111111101011011000101100100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFFA; }

 p { color: rgb(218,239,250); }

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

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

 a { background-color: rgb(218,239,250); }

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

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

 span { border-color: rgb(218,239,250); }

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