Shades of Pattens Blue #CDEAF6
Tints of Pattens Blue #CDEAF6
RGB
CMYK
RGB Variations
Color information
#CDEAF6 (or 0xCDEAF6) is known color: Pattens Blue. HEX triplet: CD, EA and F6. RGB value is (205,234,246). Sum of RGB (Red+Green+Blue) = 205+234+246=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAF6 is #321509. Grayscale: #E2E2E2. Windows color (decimal): -3282186 or 16181965. OLE color: 16181965.
HSL color Cylindrical-coordinate representation of color #CDEAF6: hue angle of 197.56º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDEAF6 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 234 | 246 | - |
CMYK | 0.17 | 0.05 | 0 | 0.04 |
HSL | 197.56º | 0.69% | 0.88% | - |
HSV(B) | 197.56º | 0.17% | 0.96% | - |
XYZ | 71.23 | 78.48 | 98.58 | - |
YUV | 226.7 | 138.89 | 112.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 234 | 246 | 0.17 | 0.05 | 0 | 0.04 | 197.56 | 0.69 | 0.88 |
Hex | CD | EA | F6 | 11 | 5 | 0 | 4 | C6 | 45 | 58 |
Octal | 315 | 352 | 366 | 21 | 5 | 0 | 4 | 306 | 105 | 130 |
Binary | 11001101 | 11101010 | 11110110 | 10001 | 101 | 0 | 100 | 11000110 | 1000101 | 1011000 |
Color Harmonies of #CDEAF6
Complementary color
Monochromatic Colors of #CDEAF6
Black with #CDEAF6
Text Example
Text Example
White with #CDEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAF6; }
p { color: rgb(205,234,246); }
H1.HeaderClassName
{
color: #CDEAF6;
}
.AnyTagClassName
{
color: #CDEAF6;
}
</style>
background-color css
<style>
a { background-color: #CDEAF6; }
a { background-color: rgb(205,234,246); }
div.DivClassName
{
background-color: #CDEAF6;
}
.BgClassName
{
background-color: #CDEAF6;
}
</style>
border-color css
<style>
span { border-color: #CDEAF6; }
span { border-color: rgb(205,234,246); }
td.TdClassName
{
border-color: #CDEAF6;
}
.TagClassName
{
border-color: #CDEAF6;
}
</style>