Shades of Pattens Blue #CADDF0
Tints of Pattens Blue #CADDF0
RGB
CMYK
RGB Variations
Color information
#CADDF0 (or 0xCADDF0) is known color: Pattens Blue. HEX triplet: CA, DD and F0. RGB value is (202,221,240). Sum of RGB (Red+Green+Blue) = 202+221+240=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #CADDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDF0 is #35220F. Grayscale: #D9D9D9. Windows color (decimal): -3482128 or 15785418. OLE color: 15785418.
HSL color Cylindrical-coordinate representation of color #CADDF0: hue angle of 210º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADDF0 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 202 | 221 | 240 | - |
CMYK | 0.16 | 0.08 | 0 | 0.06 |
HSL | 210º | 0.56% | 0.87% | - |
HSV(B) | 210º | 0.16% | 0.94% | - |
XYZ | 65.94 | 70.56 | 92.58 | - |
YUV | 217.49 | 140.71 | 116.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 240 | 0.16 | 0.08 | 0 | 0.06 | 210 | 0.56 | 0.87 |
Hex | CA | DD | F0 | 10 | 8 | 0 | 6 | D2 | 38 | 57 |
Octal | 312 | 335 | 360 | 20 | 10 | 0 | 6 | 322 | 70 | 127 |
Binary | 11001010 | 11011101 | 11110000 | 10000 | 1000 | 0 | 110 | 11010010 | 111000 | 1010111 |
Color Harmonies of #CADDF0
Complementary color
Monochromatic Colors of #CADDF0
Black with #CADDF0
Text Example
Text Example
White with #CADDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDF0; }
p { color: rgb(202,221,240); }
H1.HeaderClassName
{
color: #CADDF0;
}
.AnyTagClassName
{
color: #CADDF0;
}
</style>
background-color css
<style>
a { background-color: #CADDF0; }
a { background-color: rgb(202,221,240); }
div.DivClassName
{
background-color: #CADDF0;
}
.BgClassName
{
background-color: #CADDF0;
}
</style>
border-color css
<style>
span { border-color: #CADDF0; }
span { border-color: rgb(202,221,240); }
td.TdClassName
{
border-color: #CADDF0;
}
.TagClassName
{
border-color: #CADDF0;
}
</style>