Shades of Pattens Blue #CDDFF2
Tints of Pattens Blue #CDDFF2
RGB
CMYK
RGB Variations
Color information
#CDDFF2 (or 0xCDDFF2) is known color: Pattens Blue. HEX triplet: CD, DF and F2. RGB value is (205,223,242). Sum of RGB (Red+Green+Blue) = 205+223+242=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFF2 is #32200D. Grayscale: #DBDBDB. Windows color (decimal): -3285006 or 15917005. OLE color: 15917005.
HSL color Cylindrical-coordinate representation of color #CDDFF2: hue angle of 210.81º 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 #CDDFF2 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 223 | 242 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.05 |
| HSL | 210.81º | 0.59% | 0.88% | - |
| HSV(B) | 210.81º | 0.15% | 0.95% | - |
| XYZ | 67.59 | 72.17 | 94.37 | - |
| YUV | 219.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 242 | 0.15 | 0.08 | 0 | 0.05 | 210.81 | 0.59 | 0.88 |
| Hex | CD | DF | F2 | F | 8 | 0 | 5 | D3 | 3B | 58 |
| Octal | 315 | 337 | 362 | 17 | 10 | 0 | 5 | 323 | 73 | 130 |
| Binary | 11001101 | 11011111 | 11110010 | 1111 | 1000 | 0 | 101 | 11010011 | 111011 | 1011000 |
Color Harmonies of #CDDFF2
Complementary color
Monochromatic Colors of #CDDFF2
Black with #CDDFF2
Text Example
Text Example
White with #CDDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFF2; }
p { color: rgb(205,223,242); }
H1.HeaderClassName
{
color: #CDDFF2;
}
.AnyTagClassName
{
color: #CDDFF2;
}
</style>
background-color css
<style>
a { background-color: #CDDFF2; }
a { background-color: rgb(205,223,242); }
div.DivClassName
{
background-color: #CDDFF2;
}
.BgClassName
{
background-color: #CDDFF2;
}
</style>
border-color css
<style>
span { border-color: #CDDFF2; }
span { border-color: rgb(205,223,242); }
td.TdClassName
{
border-color: #CDDFF2;
}
.TagClassName
{
border-color: #CDDFF2;
}
</style>