Shades of Pattens Blue #CDECFD
Tints of Pattens Blue #CDECFD
RGB
CMYK
RGB Variations
Color information
#CDECFD (or 0xCDECFD) is known color: Pattens Blue. HEX triplet: CD, EC and FD. RGB value is (205,236,253). Sum of RGB (Red+Green+Blue) = 205+236+253=694 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.54% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECFD is #321302. Grayscale: #E4E4E4. Windows color (decimal): -3281667 or 16641229. OLE color: 16641229.
HSL color Cylindrical-coordinate representation of color #CDECFD: hue angle of 201.25º 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 #CDECFD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 236 | 253 | - |
CMYK | 0.19 | 0.07 | 0 | 0.01 |
HSL | 201.25º | 0.92% | 0.9% | - |
HSV(B) | 201.25º | 0.19% | 0.99% | - |
XYZ | 72.9 | 80.06 | 104.54 | - |
YUV | 228.67 | 141.73 | 111.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 236 | 253 | 0.19 | 0.07 | 0 | 0.01 | 201.25 | 0.92 | 0.9 |
Hex | CD | EC | FD | 13 | 7 | 0 | 1 | C9 | 5C | 5A |
Octal | 315 | 354 | 375 | 23 | 7 | 0 | 1 | 311 | 134 | 132 |
Binary | 11001101 | 11101100 | 11111101 | 10011 | 111 | 0 | 1 | 11001001 | 1011100 | 1011010 |
Color Harmonies of #CDECFD
Complementary color
Monochromatic Colors of #CDECFD
Black with #CDECFD
Text Example
Text Example
White with #CDECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECFD; }
p { color: rgb(205,236,253); }
H1.HeaderClassName
{
color: #CDECFD;
}
.AnyTagClassName
{
color: #CDECFD;
}
</style>
background-color css
<style>
a { background-color: #CDECFD; }
a { background-color: rgb(205,236,253); }
div.DivClassName
{
background-color: #CDECFD;
}
.BgClassName
{
background-color: #CDECFD;
}
</style>
border-color css
<style>
span { border-color: #CDECFD; }
span { border-color: rgb(205,236,253); }
td.TdClassName
{
border-color: #CDECFD;
}
.TagClassName
{
border-color: #CDECFD;
}
</style>