#CCEDEE

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

Shades of Oyster Bay #CCEDEE

Tints of Oyster Bay #CCEDEE

Color information

#CCEDEE (or 0xCCEDEE) is unknown color: approx Oyster Bay. HEX triplet: CC, ED and EE. RGB value is (204,237,238). Sum of RGB (Red+Green+Blue) = 204+237+238=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDEE is #331211. Grayscale: #E3E3E3. Windows color (decimal): -3346962 or 15658444. OLE color: 15658444.

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

Color convert

RGB204237238-
CMYK0.140.0000.07
HSL181.76º50%86.67%-
HSV(B)181.76º14.29%93.33%-
XYZ70.6279.5892.53-
YUV227.25134.07111.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.04%
GREEN value IS 237 (92.97% from 255) = 34.90%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=30.04%
G=34.90%
B=35.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042372380.140.0000.07181.765086.67
HexCCEDEEE007b63257
Octal3143553561600726662127
Binary110011001110110111101110111000111101101101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDEE; }

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

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

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

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

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

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

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

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