Shades of Pattens Blue #CDEBFF
Tints of Pattens Blue #CDEBFF
RGB
CMYK
RGB Variations
Color information
#CDEBFF (or 0xCDEBFF) is known color: Pattens Blue. HEX triplet: CD, EB and FF. RGB value is (205,235,255). Sum of RGB (Red+Green+Blue) = 205+235+255=695 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.50% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBFF is #321400. Grayscale: #E4E4E4. Windows color (decimal): -3281921 or 16772045. OLE color: 16772045.
HSL color Cylindrical-coordinate representation of color #CDEBFF: hue angle of 204º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDEBFF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 235 | 255 | - |
| CMYK | 0.20 | 0.08 | 0 | 0 |
| HSL | 204º | 1% | 0.9% | - |
| HSV(B) | 204º | 0.2% | 1% | - |
| XYZ | 72.94 | 79.62 | 106.13 | - |
| YUV | 228.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 255 | 0.20 | 0.08 | 0 | 0 | 204 | 1 | 0.9 |
| Hex | CD | EB | FF | 14 | 8 | 0 | 0 | CC | 64 | 5A |
| Octal | 315 | 353 | 377 | 24 | 10 | 0 | 0 | 314 | 144 | 132 |
| Binary | 11001101 | 11101011 | 11111111 | 10100 | 1000 | 0 | 0 | 11001100 | 1100100 | 1011010 |
Color Harmonies of #CDEBFF
Complementary color
Monochromatic Colors of #CDEBFF
Black with #CDEBFF
Text Example
Text Example
White with #CDEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBFF; }
p { color: rgb(205,235,255); }
H1.HeaderClassName
{
color: #CDEBFF;
}
.AnyTagClassName
{
color: #CDEBFF;
}
</style>
background-color css
<style>
a { background-color: #CDEBFF; }
a { background-color: rgb(205,235,255); }
div.DivClassName
{
background-color: #CDEBFF;
}
.BgClassName
{
background-color: #CDEBFF;
}
</style>
border-color css
<style>
span { border-color: #CDEBFF; }
span { border-color: rgb(205,235,255); }
td.TdClassName
{
border-color: #CDEBFF;
}
.TagClassName
{
border-color: #CDEBFF;
}
</style>