Shades of Pattens Blue #CDEBFD
Tints of Pattens Blue #CDEBFD
RGB
CMYK
RGB Variations
Color information
#CDEBFD (or 0xCDEBFD) is known color: Pattens Blue. HEX triplet: CD, EB and FD. RGB value is (205,235,253). Sum of RGB (Red+Green+Blue) = 205+235+253=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDEBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEBFD is #321402. Grayscale: #E3E3E3. Windows color (decimal): -3281923 or 16640973. OLE color: 16640973.
HSL color Cylindrical-coordinate representation of color #CDEBFD: hue angle of 202.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDEBFD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 235 | 253 | - |
CMYK | 0.19 | 0.07 | 0 | 0.01 |
HSL | 202.5º | 0.92% | 0.9% | - |
HSV(B) | 202.5º | 0.19% | 0.99% | - |
XYZ | 72.61 | 79.49 | 104.44 | - |
YUV | 228.08 | 142.06 | 111.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 235 | 253 | 0.19 | 0.07 | 0 | 0.01 | 202.5 | 0.92 | 0.9 |
Hex | CD | EB | FD | 13 | 7 | 0 | 1 | CA | 5C | 5A |
Octal | 315 | 353 | 375 | 23 | 7 | 0 | 1 | 312 | 134 | 132 |
Binary | 11001101 | 11101011 | 11111101 | 10011 | 111 | 0 | 1 | 11001010 | 1011100 | 1011010 |
Color Harmonies of #CDEBFD
Complementary color
Monochromatic Colors of #CDEBFD
Black with #CDEBFD
Text Example
Text Example
White with #CDEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBFD; }
p { color: rgb(205,235,253); }
H1.HeaderClassName
{
color: #CDEBFD;
}
.AnyTagClassName
{
color: #CDEBFD;
}
</style>
background-color css
<style>
a { background-color: #CDEBFD; }
a { background-color: rgb(205,235,253); }
div.DivClassName
{
background-color: #CDEBFD;
}
.BgClassName
{
background-color: #CDEBFD;
}
</style>
border-color css
<style>
span { border-color: #CDEBFD; }
span { border-color: rgb(205,235,253); }
td.TdClassName
{
border-color: #CDEBFD;
}
.TagClassName
{
border-color: #CDEBFD;
}
</style>