Shades of Pattens Blue #C2DDEE
Tints of Pattens Blue #C2DDEE
RGB
CMYK
RGB Variations
Color information
#C2DDEE (or 0xC2DDEE) is known color: Pattens Blue. HEX triplet: C2, DD and EE. RGB value is (194,221,238). Sum of RGB (Red+Green+Blue) = 194+221+238=653 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.71% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDEE is #3D2211. Grayscale: #D6D6D6. Windows color (decimal): -4006418 or 15654338. OLE color: 15654338.
HSL color Cylindrical-coordinate representation of color #C2DDEE: hue angle of 203.18º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2DDEE is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 221 | 238 | - |
CMYK | 0.18 | 0.07 | 0 | 0.07 |
HSL | 203.18º | 0.56% | 0.85% | - |
HSV(B) | 203.18º | 0.18% | 0.93% | - |
XYZ | 63.54 | 69.36 | 90.93 | - |
YUV | 214.87 | 141.05 | 113.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 238 | 0.18 | 0.07 | 0 | 0.07 | 203.18 | 0.56 | 0.85 |
Hex | C2 | DD | EE | 12 | 7 | 0 | 7 | CB | 38 | 55 |
Octal | 302 | 335 | 356 | 22 | 7 | 0 | 7 | 313 | 70 | 125 |
Binary | 11000010 | 11011101 | 11101110 | 10010 | 111 | 0 | 111 | 11001011 | 111000 | 1010101 |
Color Harmonies of #C2DDEE
Complementary color
Monochromatic Colors of #C2DDEE
Black with #C2DDEE
Text Example
Text Example
White with #C2DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDEE; }
p { color: rgb(194,221,238); }
H1.HeaderClassName
{
color: #C2DDEE;
}
.AnyTagClassName
{
color: #C2DDEE;
}
</style>
background-color css
<style>
a { background-color: #C2DDEE; }
a { background-color: rgb(194,221,238); }
div.DivClassName
{
background-color: #C2DDEE;
}
.BgClassName
{
background-color: #C2DDEE;
}
</style>
border-color css
<style>
span { border-color: #C2DDEE; }
span { border-color: rgb(194,221,238); }
td.TdClassName
{
border-color: #C2DDEE;
}
.TagClassName
{
border-color: #C2DDEE;
}
</style>