#CFEAED

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

Shades of Oyster Bay #CFEAED

Tints of Oyster Bay #CFEAED

Color information

#CFEAED (or 0xCFEAED) is unknown color: approx Oyster Bay. HEX triplet: CF, EA and ED. RGB value is (207,234,237). Sum of RGB (Red+Green+Blue) = 207+234+237=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAED is #301512. Grayscale: #E2E2E2. Windows color (decimal): -3151123 or 15592143. OLE color: 15592143.

HSL color Cylindrical-coordinate representation of color #CFEAED: hue angle of 186º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEAED is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207234237-
CMYK0.130.0100.07
HSL186º45.45%87.06%-
HSV(B)186º12.66%92.94%-
XYZ70.4478.2391.51-
YUV226.27134.05114.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.53%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=30.53%
G=34.51%
B=34.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072342370.130.0100.0718645.4587.06
HexCFEAEDD107ba2d57
Octal3173523551510727255127
Binary110011111110101011101101110110111101110101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAED; }

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

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

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

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

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

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

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

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