Shades of Oyster Bay #CDEDED
Tints of Oyster Bay #CDEDED
RGB
CMYK
RGB Variations
Color information
#CDEDED (or 0xCDEDED) is known color: Oyster Bay. HEX triplet: CD, ED and ED. RGB value is (205,237,237). Sum of RGB (Red+Green+Blue) = 205+237+237=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #CDEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDED is #321212. Grayscale: #E3E3E3. Windows color (decimal): -3281427 or 15592909. OLE color: 15592909.
HSL color Cylindrical-coordinate representation of color #CDEDED: hue angle of 180º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEDED is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 237 | 237 | - |
CMYK | 0.14 | 0 | 0 | 0.07 |
HSL | 180º | 0.47% | 0.87% | - |
HSV(B) | 180º | 0.14% | 0.93% | - |
XYZ | 70.75 | 79.66 | 91.77 | - |
YUV | 227.43 | 133.4 | 112 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 237 | 237 | 0.14 | 0 | 0 | 0.07 | 180 | 0.47 | 0.87 |
Hex | CD | ED | ED | E | 0 | 0 | 7 | B4 | 2F | 57 |
Octal | 315 | 355 | 355 | 16 | 0 | 0 | 7 | 264 | 57 | 127 |
Binary | 11001101 | 11101101 | 11101101 | 1110 | 0 | 0 | 111 | 10110100 | 101111 | 1010111 |
Color Harmonies of #CDEDED
Complementary color
Monochromatic Colors of #CDEDED
Black with #CDEDED
Text Example
Text Example
White with #CDEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDED; }
p { color: rgb(205,237,237); }
H1.HeaderClassName
{
color: #CDEDED;
}
.AnyTagClassName
{
color: #CDEDED;
}
</style>
background-color css
<style>
a { background-color: #CDEDED; }
a { background-color: rgb(205,237,237); }
div.DivClassName
{
background-color: #CDEDED;
}
.BgClassName
{
background-color: #CDEDED;
}
</style>
border-color css
<style>
span { border-color: #CDEDED; }
span { border-color: rgb(205,237,237); }
td.TdClassName
{
border-color: #CDEDED;
}
.TagClassName
{
border-color: #CDEDED;
}
</style>