#CDEDED

Color #CDEDED Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #CDEDED

Tints of Oyster Bay #CDEDED

Color information

#CDEDED (or 0xCDEDED) is unknown color: approx 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

RGB205237237-
CMYK0.14000.07
HSL180º47.06%86.67%-
HSV(B)180º13.5%92.94%-
XYZ70.7579.6691.77-
YUV227.43133.4112-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 30.19%
GREEN value IS 237 (92.97% from 255) = 34.90%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=30.19%
G=34.90%
B=34.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052372370.14000.0718047.0686.67
HexCDEDEDE007b42f57
Octal3153553551600726457127
Binary110011011110110111101101111000111101101001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>