Html Css Color HEX #CEEDF1 Oyster Bay

📋 copy color: '#CEEDF1'

red 206 ◦ green 237 ◦ blue 241

#CEEDF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Bay #CEEDF1

Tints of Oyster Bay #CEEDF1

RGB

 RED value IS 206 (80.86% from 255) = 30.12%

 GREEN value IS 237 (92.97% from 255) = 34.65%

 BLUE value IS 241 (94.53% from 255) = 35.23%

R = 30.12%
G = 34.65%
B = 35.23%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEEDF1 (or 0xCEEDF1) is known color: Oyster Bay. HEX triplet: CE, ED and F1. RGB value is (206,237,241). Sum of RGB (Red+Green+Blue) = 206+237+241=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 237 (92.97% from 255 or 34.65% 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 #CEEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDF1 is #31120E. Grayscale: #E4E4E4. Windows color (decimal): -3215887 or 15855054. OLE color: 15855054.

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

Color convert

RGB 206 237 241 -
CMYK 0.15 0.02 0 0.05
HSL 186.86º 0.56% 0.88% -
HSV(B) 186.86º 0.15% 0.95% -
XYZ 71.61 80.04 94.89 -
YUV 228.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 206 237 241 0.15 0.02 0 0.05 186.86 0.56 0.88
Hex CE ED F1 F 2 0 5 BB 38 58
Octal 316 355 361 17 2 0 5 273 70 130
Binary 11001110 11101101 11110001 1111 10 0 101 10111011 111000 1011000

Color Harmonies of #CEEDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEDF1

Black with #CEEDF1

Text Example


Text Example

White with #CEEDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEDF1; }

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

 H1.HeaderClassName
 {
   color: #CEEDF1;
 }
 .AnyTagClassName
 {
   color: #CEEDF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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