Html Css Color HEX #CCEDF0 Oyster Bay

📋 copy color: '#CCEDF0'

red 204 ◦ green 237 ◦ blue 240

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

Shades of Oyster Bay #CCEDF0

Tints of Oyster Bay #CCEDF0

RGB

 RED value IS 204 (80.08% from 255) = 29.96%

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

 BLUE value IS 240 (94.14% from 255) = 35.24%

R = 29.96%
G = 34.8%
B = 35.24%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCEDF0 (or 0xCCEDF0) is known color: Oyster Bay. HEX triplet: CC, ED and F0. RGB value is (204,237,240). Sum of RGB (Red+Green+Blue) = 204+237+240=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDF0 is #33120F. Grayscale: #E3E3E3. Windows color (decimal): -3346960 or 15789516. OLE color: 15789516.

HSL color Cylindrical-coordinate representation of color #CCEDF0: hue angle of 185º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEDF0 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 237 240 -
CMYK 0.15 0.01 0 0.06
HSL 185º 0.55% 0.87% -
HSV(B) 185º 0.15% 0.94% -
XYZ 70.91 79.7 94.08 -
YUV 227.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 204 237 240 0.15 0.01 0 0.06 185 0.55 0.87
Hex CC ED F0 F 1 0 6 B9 37 57
Octal 314 355 360 17 1 0 6 271 67 127
Binary 11001100 11101101 11110000 1111 1 0 110 10111001 110111 1010111

Color Harmonies of #CCEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDF0

Black with #CCEDF0

Text Example


Text Example

White with #CCEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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