Shades of Pattens Blue #CDF2FF
Tints of Pattens Blue #CDF2FF
RGB
CMYK
RGB Variations
Color information
#CDF2FF (or 0xCDF2FF) is known color: Pattens Blue. HEX triplet: CD, F2 and FF. RGB value is (205,242,255). Sum of RGB (Red+Green+Blue) = 205+242+255=702 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.20% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2FF is #320D00. Grayscale: #E8E8E8. Windows color (decimal): -3280129 or 16773837. OLE color: 16773837.
HSL color Cylindrical-coordinate representation of color #CDF2FF: hue angle of 195.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDF2FF is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 242 | 255 | - |
| CMYK | 0.20 | 0.05 | 0 | 0 |
| HSL | 195.6º | 1% | 0.9% | - |
| HSV(B) | 195.6º | 0.2% | 1% | - |
| XYZ | 74.98 | 83.7 | 106.81 | - |
| YUV | 232.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 255 | 0.20 | 0.05 | 0 | 0 | 195.6 | 1 | 0.9 |
| Hex | CD | F2 | FF | 14 | 5 | 0 | 0 | C4 | 64 | 5A |
| Octal | 315 | 362 | 377 | 24 | 5 | 0 | 0 | 304 | 144 | 132 |
| Binary | 11001101 | 11110010 | 11111111 | 10100 | 101 | 0 | 0 | 11000100 | 1100100 | 1011010 |
Color Harmonies of #CDF2FF
Complementary color
Monochromatic Colors of #CDF2FF
Black with #CDF2FF
Text Example
Text Example
White with #CDF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2FF; }
p { color: rgb(205,242,255); }
H1.HeaderClassName
{
color: #CDF2FF;
}
.AnyTagClassName
{
color: #CDF2FF;
}
</style>
background-color css
<style>
a { background-color: #CDF2FF; }
a { background-color: rgb(205,242,255); }
div.DivClassName
{
background-color: #CDF2FF;
}
.BgClassName
{
background-color: #CDF2FF;
}
</style>
border-color css
<style>
span { border-color: #CDF2FF; }
span { border-color: rgb(205,242,255); }
td.TdClassName
{
border-color: #CDF2FF;
}
.TagClassName
{
border-color: #CDF2FF;
}
</style>