#CDEDF1

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

Shades of Oyster Bay #CDEDF1

Tints of Oyster Bay #CDEDF1

Color information

#CDEDF1 (or 0xCDEDF1) is unknown color: approx Oyster Bay. HEX triplet: CD, ED and F1. RGB value is (205,237,241). Sum of RGB (Red+Green+Blue) = 205+237+241=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDF1 is #32120E. Grayscale: #E3E3E3. Windows color (decimal): -3281423 or 15855053. OLE color: 15855053.

HSL color Cylindrical-coordinate representation of color #CDEDF1: hue angle of 186.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDEDF1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205237241-
CMYK0.150.0200.05
HSL186.67º56.25%87.45%-
HSV(B)186.67º14.94%94.51%-
XYZ71.3479.994.88-
YUV227.89135.4111.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.01%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=30.01%
G=34.70%
B=35.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052372410.150.0200.05186.6756.2587.45
HexCDEDF1F205bb3857
Octal3153553611720527370127
Binary1100110111101101111100011111100101101110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDF1; }

 p { color: rgb(205,237,241); }

 H1.HeaderClassName
 {
   color: #CDEDF1;
 }
 .AnyTagClassName
 {
   color: #CDEDF1;
 }
</style>
background-color css

<style>
 a { background-color: #CDEDF1; }

 a { background-color: rgb(205,237,241); }

 div.DivClassName
 {
   background-color: #CDEDF1;
 }
 .BgClassName
 {
   background-color: #CDEDF1;
 }
</style>
border-color css

<style>
 span { border-color: #CDEDF1; }

 span { border-color: rgb(205,237,241); }

 td.TdClassName
 {
   border-color: #CDEDF1;
 }
 .TagClassName
 {
   border-color: #CDEDF1;
 }
</style>