Shades of Pattens Blue #CDE2F2
Tints of Pattens Blue #CDE2F2
RGB
CMYK
RGB Variations
Color information
#CDE2F2 (or 0xCDE2F2) is known color: Pattens Blue. HEX triplet: CD, E2 and F2. RGB value is (205,226,242). Sum of RGB (Red+Green+Blue) = 205+226+242=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDE2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2F2 is #321D0D. Grayscale: #DDDDDD. Windows color (decimal): -3284238 or 15917773. OLE color: 15917773.
HSL color Cylindrical-coordinate representation of color #CDE2F2: hue angle of 205.95º 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 #CDE2F2 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 226 | 242 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.05 |
| HSL | 205.95º | 0.59% | 0.88% | - |
| HSV(B) | 205.95º | 0.15% | 0.95% | - |
| XYZ | 68.4 | 73.78 | 94.64 | - |
| YUV | 221.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 242 | 0.15 | 0.07 | 0 | 0.05 | 205.95 | 0.59 | 0.88 |
| Hex | CD | E2 | F2 | F | 7 | 0 | 5 | CE | 3B | 58 |
| Octal | 315 | 342 | 362 | 17 | 7 | 0 | 5 | 316 | 73 | 130 |
| Binary | 11001101 | 11100010 | 11110010 | 1111 | 111 | 0 | 101 | 11001110 | 111011 | 1011000 |
Color Harmonies of #CDE2F2
Complementary color
Monochromatic Colors of #CDE2F2
Black with #CDE2F2
Text Example
Text Example
White with #CDE2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2F2; }
p { color: rgb(205,226,242); }
H1.HeaderClassName
{
color: #CDE2F2;
}
.AnyTagClassName
{
color: #CDE2F2;
}
</style>
background-color css
<style>
a { background-color: #CDE2F2; }
a { background-color: rgb(205,226,242); }
div.DivClassName
{
background-color: #CDE2F2;
}
.BgClassName
{
background-color: #CDE2F2;
}
</style>
border-color css
<style>
span { border-color: #CDE2F2; }
span { border-color: rgb(205,226,242); }
td.TdClassName
{
border-color: #CDE2F2;
}
.TagClassName
{
border-color: #CDE2F2;
}
</style>