Shades of Pattens Blue #CDE5FD
Tints of Pattens Blue #CDE5FD
RGB
CMYK
RGB Variations
Color information
#CDE5FD (or 0xCDE5FD) is known color: Pattens Blue. HEX triplet: CD, E5 and FD. RGB value is (205,229,253). Sum of RGB (Red+Green+Blue) = 205+229+253=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5FD is #321A02. Grayscale: #E0E0E0. Windows color (decimal): -3283459 or 16639437. OLE color: 16639437.
HSL color Cylindrical-coordinate representation of color #CDE5FD: hue angle of 210º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE5FD is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 229 | 253 | - |
CMYK | 0.19 | 0.09 | 0 | 0.01 |
HSL | 210º | 0.92% | 0.9% | - |
HSV(B) | 210º | 0.19% | 0.99% | - |
XYZ | 70.93 | 76.11 | 103.88 | - |
YUV | 224.56 | 144.05 | 114.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 229 | 253 | 0.19 | 0.09 | 0 | 0.01 | 210 | 0.92 | 0.9 |
Hex | CD | E5 | FD | 13 | 9 | 0 | 1 | D2 | 5C | 5A |
Octal | 315 | 345 | 375 | 23 | 11 | 0 | 1 | 322 | 134 | 132 |
Binary | 11001101 | 11100101 | 11111101 | 10011 | 1001 | 0 | 1 | 11010010 | 1011100 | 1011010 |
Color Harmonies of #CDE5FD
Complementary color
Monochromatic Colors of #CDE5FD
Black with #CDE5FD
Text Example
Text Example
White with #CDE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5FD; }
p { color: rgb(205,229,253); }
H1.HeaderClassName
{
color: #CDE5FD;
}
.AnyTagClassName
{
color: #CDE5FD;
}
</style>
background-color css
<style>
a { background-color: #CDE5FD; }
a { background-color: rgb(205,229,253); }
div.DivClassName
{
background-color: #CDE5FD;
}
.BgClassName
{
background-color: #CDE5FD;
}
</style>
border-color css
<style>
span { border-color: #CDE5FD; }
span { border-color: rgb(205,229,253); }
td.TdClassName
{
border-color: #CDE5FD;
}
.TagClassName
{
border-color: #CDE5FD;
}
</style>