Shades of Pattens Blue #CADBE4
Tints of Pattens Blue #CADBE4
RGB
CMYK
RGB Variations
Color information
#CADBE4 (or 0xCADBE4) is known color: Pattens Blue. HEX triplet: CA, DB and E4. RGB value is (202,219,228). Sum of RGB (Red+Green+Blue) = 202+219+228=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 228 - color contains mainly: blue. Hex color #CADBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBE4 is #35241B. Grayscale: #D6D6D6. Windows color (decimal): -3482652 or 14998474. OLE color: 14998474.
HSL color Cylindrical-coordinate representation of color #CADBE4: hue angle of 200.77º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CADBE4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 219 | 228 | - |
CMYK | 0.11 | 0.04 | 0 | 0.11 |
HSL | 200.77º | 0.33% | 0.84% | - |
HSV(B) | 200.77º | 0.11% | 0.89% | - |
XYZ | 63.69 | 68.82 | 83.33 | - |
YUV | 214.94 | 135.37 | 118.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 228 | 0.11 | 0.04 | 0 | 0.11 | 200.77 | 0.33 | 0.84 |
Hex | CA | DB | E4 | B | 4 | 0 | B | C9 | 20 | 54 |
Octal | 312 | 333 | 344 | 13 | 4 | 0 | 13 | 311 | 40 | 124 |
Binary | 11001010 | 11011011 | 11100100 | 1011 | 100 | 0 | 1011 | 11001001 | 100000 | 1010100 |
Color Harmonies of #CADBE4
Complementary color
Monochromatic Colors of #CADBE4
Black with #CADBE4
Text Example
Text Example
White with #CADBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBE4; }
p { color: rgb(202,219,228); }
H1.HeaderClassName
{
color: #CADBE4;
}
.AnyTagClassName
{
color: #CADBE4;
}
</style>
background-color css
<style>
a { background-color: #CADBE4; }
a { background-color: rgb(202,219,228); }
div.DivClassName
{
background-color: #CADBE4;
}
.BgClassName
{
background-color: #CADBE4;
}
</style>
border-color css
<style>
span { border-color: #CADBE4; }
span { border-color: rgb(202,219,228); }
td.TdClassName
{
border-color: #CADBE4;
}
.TagClassName
{
border-color: #CADBE4;
}
</style>