Shades of Pattens Blue #CEDFE4
Tints of Pattens Blue #CEDFE4
RGB
CMYK
RGB Variations
Color information
#CEDFE4 (or 0xCEDFE4) is known color: Pattens Blue. HEX triplet: CE, DF and E4. RGB value is (206,223,228). Sum of RGB (Red+Green+Blue) = 206+223+228=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEDFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFE4 is #31201B. Grayscale: #DADADA. Windows color (decimal): -3219484 or 14999502. OLE color: 14999502.
HSL color Cylindrical-coordinate representation of color #CEDFE4: hue angle of 193.64º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDFE4 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 223 | 228 | - |
CMYK | 0.10 | 0.02 | 0 | 0.11 |
HSL | 193.64º | 0.29% | 0.85% | - |
HSV(B) | 193.64º | 0.1% | 0.89% | - |
XYZ | 65.84 | 71.5 | 83.73 | - |
YUV | 218.49 | 133.37 | 119.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 228 | 0.10 | 0.02 | 0 | 0.11 | 193.64 | 0.29 | 0.85 |
Hex | CE | DF | E4 | A | 2 | 0 | B | C2 | 1D | 55 |
Octal | 316 | 337 | 344 | 12 | 2 | 0 | 13 | 302 | 35 | 125 |
Binary | 11001110 | 11011111 | 11100100 | 1010 | 10 | 0 | 1011 | 11000010 | 11101 | 1010101 |
Color Harmonies of #CEDFE4
Complementary color
Monochromatic Colors of #CEDFE4
Black with #CEDFE4
Text Example
Text Example
White with #CEDFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFE4; }
p { color: rgb(206,223,228); }
H1.HeaderClassName
{
color: #CEDFE4;
}
.AnyTagClassName
{
color: #CEDFE4;
}
</style>
background-color css
<style>
a { background-color: #CEDFE4; }
a { background-color: rgb(206,223,228); }
div.DivClassName
{
background-color: #CEDFE4;
}
.BgClassName
{
background-color: #CEDFE4;
}
</style>
border-color css
<style>
span { border-color: #CEDFE4; }
span { border-color: rgb(206,223,228); }
td.TdClassName
{
border-color: #CEDFE4;
}
.TagClassName
{
border-color: #CEDFE4;
}
</style>