#CEEEF1

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

Shades of Oyster Bay #CEEEF1

Tints of Oyster Bay #CEEEF1

Color information

#CEEEF1 (or 0xCEEEF1) is unknown color: approx Oyster Bay. HEX triplet: CE, EE and F1. RGB value is (206,238,241). Sum of RGB (Red+Green+Blue) = 206+238+241=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 238 (93.36% from 255 or 34.74% 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 #CEEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEF1 is #31110E. Grayscale: #E4E4E4. Windows color (decimal): -3215631 or 15855310. OLE color: 15855310.

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

Color convert

RGB206238241-
CMYK0.150.0100.05
HSL185.14º55.56%87.65%-
HSV(B)185.14º14.52%94.51%-
XYZ71.9180.6294.99-
YUV228.77134.9111.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.07%
GREEN value IS 238 (93.36% from 255) = 34.74%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=30.07%
G=34.74%
B=35.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062382410.150.0100.05185.1455.5687.65
HexCEEEF1F105b93858
Octal3163563611710527170130
Binary110011101110111011110001111110101101110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEF1; }

 p { color: rgb(206,238,241); }

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

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

 a { background-color: rgb(206,238,241); }

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

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

 span { border-color: rgb(206,238,241); }

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