Shades of Pattens Blue #CDE9F9
Tints of Pattens Blue #CDE9F9
RGB
CMYK
RGB Variations
Color information
#CDE9F9 (or 0xCDE9F9) is known color: Pattens Blue. HEX triplet: CD, E9 and F9. RGB value is (205,233,249). Sum of RGB (Red+Green+Blue) = 205+233+249=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDE9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9F9 is #321606. Grayscale: #E2E2E2. Windows color (decimal): -3282439 or 16378317. OLE color: 16378317.
HSL color Cylindrical-coordinate representation of color #CDE9F9: hue angle of 201.82º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE9F9 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 233 | 249 | - |
CMYK | 0.18 | 0.06 | 0 | 0.02 |
HSL | 201.82º | 0.79% | 0.89% | - |
HSV(B) | 201.82º | 0.18% | 0.98% | - |
XYZ | 71.41 | 78.1 | 100.93 | - |
YUV | 226.45 | 140.72 | 112.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 233 | 249 | 0.18 | 0.06 | 0 | 0.02 | 201.82 | 0.79 | 0.89 |
Hex | CD | E9 | F9 | 12 | 6 | 0 | 2 | CA | 4F | 59 |
Octal | 315 | 351 | 371 | 22 | 6 | 0 | 2 | 312 | 117 | 131 |
Binary | 11001101 | 11101001 | 11111001 | 10010 | 110 | 0 | 10 | 11001010 | 1001111 | 1011001 |
Color Harmonies of #CDE9F9
Complementary color
Monochromatic Colors of #CDE9F9
Black with #CDE9F9
Text Example
Text Example
White with #CDE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9F9; }
p { color: rgb(205,233,249); }
H1.HeaderClassName
{
color: #CDE9F9;
}
.AnyTagClassName
{
color: #CDE9F9;
}
</style>
background-color css
<style>
a { background-color: #CDE9F9; }
a { background-color: rgb(205,233,249); }
div.DivClassName
{
background-color: #CDE9F9;
}
.BgClassName
{
background-color: #CDE9F9;
}
</style>
border-color css
<style>
span { border-color: #CDE9F9; }
span { border-color: rgb(205,233,249); }
td.TdClassName
{
border-color: #CDE9F9;
}
.TagClassName
{
border-color: #CDE9F9;
}
</style>