Shades of Pattens Blue #CDE6F3
Tints of Pattens Blue #CDE6F3
RGB
CMYK
RGB Variations
Color information
#CDE6F3 (or 0xCDE6F3) is known color: Pattens Blue. HEX triplet: CD, E6 and F3. RGB value is (205,230,243). Sum of RGB (Red+Green+Blue) = 205+230+243=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDE6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE6F3 is #32190C. Grayscale: #DFDFDF. Windows color (decimal): -3283213 or 15984333. OLE color: 15984333.
HSL color Cylindrical-coordinate representation of color #CDE6F3: hue angle of 200.53º 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 #CDE6F3 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 230 | 243 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.05 |
| HSL | 200.53º | 0.61% | 0.88% | - |
| HSV(B) | 200.53º | 0.16% | 0.95% | - |
| XYZ | 69.65 | 76.04 | 95.8 | - |
| YUV | 224.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 243 | 0.16 | 0.05 | 0 | 0.05 | 200.53 | 0.61 | 0.88 |
| Hex | CD | E6 | F3 | 10 | 5 | 0 | 5 | C9 | 3D | 58 |
| Octal | 315 | 346 | 363 | 20 | 5 | 0 | 5 | 311 | 75 | 130 |
| Binary | 11001101 | 11100110 | 11110011 | 10000 | 101 | 0 | 101 | 11001001 | 111101 | 1011000 |
Color Harmonies of #CDE6F3
Complementary color
Monochromatic Colors of #CDE6F3
Black with #CDE6F3
Text Example
Text Example
White with #CDE6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6F3; }
p { color: rgb(205,230,243); }
H1.HeaderClassName
{
color: #CDE6F3;
}
.AnyTagClassName
{
color: #CDE6F3;
}
</style>
background-color css
<style>
a { background-color: #CDE6F3; }
a { background-color: rgb(205,230,243); }
div.DivClassName
{
background-color: #CDE6F3;
}
.BgClassName
{
background-color: #CDE6F3;
}
</style>
border-color css
<style>
span { border-color: #CDE6F3; }
span { border-color: rgb(205,230,243); }
td.TdClassName
{
border-color: #CDE6F3;
}
.TagClassName
{
border-color: #CDE6F3;
}
</style>