Shades of Pattens Blue #DAF2FC
Tints of Pattens Blue #DAF2FC
RGB
CMYK
RGB Variations
Color information
#DAF2FC (or 0xDAF2FC) is known color: Pattens Blue. HEX triplet: DA, F2 and FC. RGB value is (218,242,252). Sum of RGB (Red+Green+Blue) = 218+242+252=712 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.62% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2FC is #250D03. Grayscale: #EBEBEB. Windows color (decimal): -2428164 or 16577242. OLE color: 16577242.
HSL color Cylindrical-coordinate representation of color #DAF2FC: hue angle of 197.65º 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 #DAF2FC is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 242 | 252 | - |
CMYK | 0.13 | 0.04 | 0 | 0.01 |
HSL | 197.65º | 0.85% | 0.92% | - |
HSV(B) | 197.65º | 0.13% | 0.99% | - |
XYZ | 78.24 | 85.44 | 104.46 | - |
YUV | 235.96 | 137.05 | 115.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 242 | 252 | 0.13 | 0.04 | 0 | 0.01 | 197.65 | 0.85 | 0.92 |
Hex | DA | F2 | FC | D | 4 | 0 | 1 | C6 | 55 | 5C |
Octal | 332 | 362 | 374 | 15 | 4 | 0 | 1 | 306 | 125 | 134 |
Binary | 11011010 | 11110010 | 11111100 | 1101 | 100 | 0 | 1 | 11000110 | 1010101 | 1011100 |
Color Harmonies of #DAF2FC
Complementary color
Monochromatic Colors of #DAF2FC
Black with #DAF2FC
Text Example
Text Example
White with #DAF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2FC; }
p { color: rgb(218,242,252); }
H1.HeaderClassName
{
color: #DAF2FC;
}
.AnyTagClassName
{
color: #DAF2FC;
}
</style>
background-color css
<style>
a { background-color: #DAF2FC; }
a { background-color: rgb(218,242,252); }
div.DivClassName
{
background-color: #DAF2FC;
}
.BgClassName
{
background-color: #DAF2FC;
}
</style>
border-color css
<style>
span { border-color: #DAF2FC; }
span { border-color: rgb(218,242,252); }
td.TdClassName
{
border-color: #DAF2FC;
}
.TagClassName
{
border-color: #DAF2FC;
}
</style>