Shades of Pattens Blue #CDE5F3
Tints of Pattens Blue #CDE5F3
RGB
CMYK
RGB Variations
Color information
#CDE5F3 (or 0xCDE5F3) is known color: Pattens Blue. HEX triplet: CD, E5 and F3. RGB value is (205,229,243). Sum of RGB (Red+Green+Blue) = 205+229+243=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDE5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5F3 is #321A0C. Grayscale: #DFDFDF. Windows color (decimal): -3283469 or 15984077. OLE color: 15984077.
HSL color Cylindrical-coordinate representation of color #CDE5F3: hue angle of 202.11º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDE5F3 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 229 | 243 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.05 |
| HSL | 202.11º | 0.61% | 0.88% | - |
| HSV(B) | 202.11º | 0.16% | 0.95% | - |
| XYZ | 69.37 | 75.49 | 95.71 | - |
| YUV | 223.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 243 | 0.16 | 0.06 | 0 | 0.05 | 202.11 | 0.61 | 0.88 |
| Hex | CD | E5 | F3 | 10 | 6 | 0 | 5 | CA | 3D | 58 |
| Octal | 315 | 345 | 363 | 20 | 6 | 0 | 5 | 312 | 75 | 130 |
| Binary | 11001101 | 11100101 | 11110011 | 10000 | 110 | 0 | 101 | 11001010 | 111101 | 1011000 |
Color Harmonies of #CDE5F3
Complementary color
Monochromatic Colors of #CDE5F3
Black with #CDE5F3
Text Example
Text Example
White with #CDE5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5F3; }
p { color: rgb(205,229,243); }
H1.HeaderClassName
{
color: #CDE5F3;
}
.AnyTagClassName
{
color: #CDE5F3;
}
</style>
background-color css
<style>
a { background-color: #CDE5F3; }
a { background-color: rgb(205,229,243); }
div.DivClassName
{
background-color: #CDE5F3;
}
.BgClassName
{
background-color: #CDE5F3;
}
</style>
border-color css
<style>
span { border-color: #CDE5F3; }
span { border-color: rgb(205,229,243); }
td.TdClassName
{
border-color: #CDE5F3;
}
.TagClassName
{
border-color: #CDE5F3;
}
</style>