#DAF2FF

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

Shades of Pattens Blue #DAF2FF

Tints of Pattens Blue #DAF2FF

Color information

#DAF2FF (or 0xDAF2FF) is unknown color: approx Pattens Blue. HEX triplet: DA, F2 and FF. RGB value is (218,242,255). Sum of RGB (Red+Green+Blue) = 218+242+255=715 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.49% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2FF is #250D00. Grayscale: #ECECEC. Windows color (decimal): -2428161 or 16773850. OLE color: 16773850.

HSL color Cylindrical-coordinate representation of color #DAF2FF: hue angle of 201.08º 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 #DAF2FF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218242255-
CMYK0.150.0500
HSL201.08º100%92.75%-
HSV(B)201.08º14.51%100%-
XYZ78.7285.63106.99-
YUV236.31138.55114.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.49%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 255 (100% from 255) = 35.66%
R=30.49%
G=33.85%
B=35.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182422550.150.0500201.0810092.75
HexDAF2FFF500c9645d
Octal33236237717500311144135
Binary1101101011110010111111111111101001100100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2FF; }

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

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

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

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

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

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

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

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