Shades of Pattens Blue #CDE5F2
Tints of Pattens Blue #CDE5F2
RGB
CMYK
RGB Variations
Color information
#CDE5F2 (or 0xCDE5F2) is known color: Pattens Blue. HEX triplet: CD, E5 and F2. RGB value is (205,229,242). Sum of RGB (Red+Green+Blue) = 205+229+242=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5F2 is #321A0D. Grayscale: #DFDFDF. Windows color (decimal): -3283470 or 15918541. OLE color: 15918541.
HSL color Cylindrical-coordinate representation of color #CDE5F2: hue angle of 201.08º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE5F2 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 229 | 242 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.05 |
| HSL | 201.08º | 0.59% | 0.88% | - |
| HSV(B) | 201.08º | 0.15% | 0.95% | - |
| XYZ | 69.22 | 75.43 | 94.92 | - |
| YUV | 223.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 242 | 0.15 | 0.05 | 0 | 0.05 | 201.08 | 0.59 | 0.88 |
| Hex | CD | E5 | F2 | F | 5 | 0 | 5 | C9 | 3B | 58 |
| Octal | 315 | 345 | 362 | 17 | 5 | 0 | 5 | 311 | 73 | 130 |
| Binary | 11001101 | 11100101 | 11110010 | 1111 | 101 | 0 | 101 | 11001001 | 111011 | 1011000 |
Color Harmonies of #CDE5F2
Complementary color
Monochromatic Colors of #CDE5F2
Black with #CDE5F2
Text Example
Text Example
White with #CDE5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5F2; }
p { color: rgb(205,229,242); }
H1.HeaderClassName
{
color: #CDE5F2;
}
.AnyTagClassName
{
color: #CDE5F2;
}
</style>
background-color css
<style>
a { background-color: #CDE5F2; }
a { background-color: rgb(205,229,242); }
div.DivClassName
{
background-color: #CDE5F2;
}
.BgClassName
{
background-color: #CDE5F2;
}
</style>
border-color css
<style>
span { border-color: #CDE5F2; }
span { border-color: rgb(205,229,242); }
td.TdClassName
{
border-color: #CDE5F2;
}
.TagClassName
{
border-color: #CDE5F2;
}
</style>