Shades of Pattens Blue #CDDFE5
Tints of Pattens Blue #CDDFE5
RGB
CMYK
RGB Variations
Color information
#CDDFE5 (or 0xCDDFE5) is known color: Pattens Blue. HEX triplet: CD, DF and E5. RGB value is (205,223,229). Sum of RGB (Red+Green+Blue) = 205+223+229=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFE5 is #32201A. Grayscale: #DADADA. Windows color (decimal): -3285019 or 15065037. OLE color: 15065037.
HSL color Cylindrical-coordinate representation of color #CDDFE5: hue angle of 195º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDFE5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 223 | 229 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.10 |
| HSL | 195º | 0.32% | 0.85% | - |
| HSV(B) | 195º | 0.1% | 0.9% | - |
| XYZ | 65.71 | 71.41 | 84.45 | - |
| YUV | 218.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 229 | 0.10 | 0.03 | 0 | 0.10 | 195 | 0.32 | 0.85 |
| Hex | CD | DF | E5 | A | 3 | 0 | A | C3 | 20 | 55 |
| Octal | 315 | 337 | 345 | 12 | 3 | 0 | 12 | 303 | 40 | 125 |
| Binary | 11001101 | 11011111 | 11100101 | 1010 | 11 | 0 | 1010 | 11000011 | 100000 | 1010101 |
Color Harmonies of #CDDFE5
Complementary color
Monochromatic Colors of #CDDFE5
Black with #CDDFE5
Text Example
Text Example
White with #CDDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFE5; }
p { color: rgb(205,223,229); }
H1.HeaderClassName
{
color: #CDDFE5;
}
.AnyTagClassName
{
color: #CDDFE5;
}
</style>
background-color css
<style>
a { background-color: #CDDFE5; }
a { background-color: rgb(205,223,229); }
div.DivClassName
{
background-color: #CDDFE5;
}
.BgClassName
{
background-color: #CDDFE5;
}
</style>
border-color css
<style>
span { border-color: #CDDFE5; }
span { border-color: rgb(205,223,229); }
td.TdClassName
{
border-color: #CDDFE5;
}
.TagClassName
{
border-color: #CDDFE5;
}
</style>