#CFECF1

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

Shades of Oyster Bay #CFECF1

Tints of Oyster Bay #CFECF1

Color information

#CFECF1 (or 0xCFECF1) is unknown color: approx Oyster Bay. HEX triplet: CF, EC and F1. RGB value is (207,236,241). Sum of RGB (Red+Green+Blue) = 207+236+241=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECF1 is #30130E. Grayscale: #E3E3E3. Windows color (decimal): -3150607 or 15854799. OLE color: 15854799.

HSL color Cylindrical-coordinate representation of color #CFECF1: hue angle of 188.82º 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 #CFECF1 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207236241-
CMYK0.140.0200.05
HSL188.82º54.84%87.84%-
HSV(B)188.82º14.11%94.51%-
XYZ71.679.6194.81-
YUV227.9135.39113.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.26%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=30.26%
G=34.50%
B=35.23%

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
Decimal2072362410.140.0200.05188.8254.8487.84
HexCFECF1E205bd3758
Octal3173543611620527567130
Binary1100111111101100111100011110100101101111011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECF1; }

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

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

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

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

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

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

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

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