#CEEDEE

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

Shades of Oyster Bay #CEEDEE

Tints of Oyster Bay #CEEDEE

Color information

#CEEDEE (or 0xCEEDEE) is unknown color: approx Oyster Bay. HEX triplet: CE, ED and EE. RGB value is (206,237,238). Sum of RGB (Red+Green+Blue) = 206+237+238=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDEE is #311211. Grayscale: #E3E3E3. Windows color (decimal): -3215890 or 15658446. OLE color: 15658446.

HSL color Cylindrical-coordinate representation of color #CEEDEE: hue angle of 181.88º degrees, saturation: 0.48, 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 #CEEDEE is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206237238-
CMYK0.130.0000.07
HSL181.88º48.48%87.06%-
HSV(B)181.88º13.45%93.33%-
XYZ71.1779.8692.55-
YUV227.84133.73112.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.25%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=30.25%
G=34.80%
B=34.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062372380.130.0000.07181.8848.4887.06
HexCEEDEED007b63057
Octal3163553561500726660127
Binary110011101110110111101110110100111101101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDEE; }

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

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

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

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

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

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

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

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