#DAF1FF

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

Shades of Pattens Blue #DAF1FF

Tints of Pattens Blue #DAF1FF

Color information

#DAF1FF (or 0xDAF1FF) is unknown color: approx Pattens Blue. HEX triplet: DA, F1 and FF. RGB value is (218,241,255). Sum of RGB (Red+Green+Blue) = 218+241+255=714 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.53% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1FF is #250E00. Grayscale: #EBEBEB. Windows color (decimal): -2428417 or 16773594. OLE color: 16773594.

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

Color convert

RGB218241255-
CMYK0.150.0500
HSL202.7º100%92.75%-
HSV(B)202.7º14.51%100%-
XYZ78.4285.04106.89-
YUV235.72138.88115.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.53%
GREEN value IS 241 (94.53% from 255) = 33.75%
BLUE value IS 255 (100% from 255) = 35.71%
R=30.53%
G=33.75%
B=35.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182412550.150.0500202.710092.75
HexDAF1FFF500cb645d
Octal33236137717500313144135
Binary1101101011110001111111111111101001100101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1FF; }

 p { color: rgb(218,241,255); }

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

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

 a { background-color: rgb(218,241,255); }

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

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

 span { border-color: rgb(218,241,255); }

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