#CFEDF1

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

Shades of Oyster Bay #CFEDF1

Tints of Oyster Bay #CFEDF1

Color information

#CFEDF1 (or 0xCFEDF1) is unknown color: approx Oyster Bay. HEX triplet: CF, ED and F1. RGB value is (207,237,241). Sum of RGB (Red+Green+Blue) = 207+237+241=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDF1 is #30120E. Grayscale: #E4E4E4. Windows color (decimal): -3150351 or 15855055. OLE color: 15855055.

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

Color convert

RGB207237241-
CMYK0.140.0200.05
HSL187.06º54.84%87.84%-
HSV(B)187.06º14.11%94.51%-
XYZ71.8980.1894.91-
YUV228.49135.06112.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.22%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=30.22%
G=34.60%
B=35.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072372410.140.0200.05187.0654.8487.84
HexCFEDF1E205bb3758
Octal3173553611620527367130
Binary1100111111101101111100011110100101101110111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDF1; }

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

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

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

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

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

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

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

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