Shades of Pattens Blue #CDECFB
Tints of Pattens Blue #CDECFB
RGB
CMYK
RGB Variations
Color information
#CDECFB (or 0xCDECFB) is known color: Pattens Blue. HEX triplet: CD, EC and FB. RGB value is (205,236,251). Sum of RGB (Red+Green+Blue) = 205+236+251=692 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.62% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECFB is #321304. Grayscale: #E4E4E4. Windows color (decimal): -3281669 or 16510157. OLE color: 16510157.
HSL color Cylindrical-coordinate representation of color #CDECFB: hue angle of 199.57º degrees, saturation: 0.85, 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 #CDECFB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 236 | 251 | - |
CMYK | 0.18 | 0.06 | 0 | 0.02 |
HSL | 199.57º | 0.85% | 0.89% | - |
HSV(B) | 199.57º | 0.18% | 0.98% | - |
XYZ | 72.58 | 79.94 | 102.87 | - |
YUV | 228.44 | 140.73 | 111.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 236 | 251 | 0.18 | 0.06 | 0 | 0.02 | 199.57 | 0.85 | 0.89 |
Hex | CD | EC | FB | 12 | 6 | 0 | 2 | C8 | 55 | 59 |
Octal | 315 | 354 | 373 | 22 | 6 | 0 | 2 | 310 | 125 | 131 |
Binary | 11001101 | 11101100 | 11111011 | 10010 | 110 | 0 | 10 | 11001000 | 1010101 | 1011001 |
Color Harmonies of #CDECFB
Complementary color
Monochromatic Colors of #CDECFB
Black with #CDECFB
Text Example
Text Example
White with #CDECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECFB; }
p { color: rgb(205,236,251); }
H1.HeaderClassName
{
color: #CDECFB;
}
.AnyTagClassName
{
color: #CDECFB;
}
</style>
background-color css
<style>
a { background-color: #CDECFB; }
a { background-color: rgb(205,236,251); }
div.DivClassName
{
background-color: #CDECFB;
}
.BgClassName
{
background-color: #CDECFB;
}
</style>
border-color css
<style>
span { border-color: #CDECFB; }
span { border-color: rgb(205,236,251); }
td.TdClassName
{
border-color: #CDECFB;
}
.TagClassName
{
border-color: #CDECFB;
}
</style>