Html Css Color HEX #CCEEED Oyster Bay

📋 copy color: '#CCEEED'

red 204 ◦ green 238 ◦ blue 237

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

Shades of Oyster Bay #CCEEED

Tints of Oyster Bay #CCEEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.05%

 BLUE value IS 237 (92.97% from 255) = 34.9%

R = 30.04%
G = 35.05%
B = 34.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 204 238 237 -
CMYK 0.14 0 0.00 0.07
HSL 178.24º 0.5% 0.87% -
HSV(B) 178.24º 0.14% 0.93% -
XYZ 70.76 80.1 91.85 -
YUV 227.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 204 238 237 0.14 0 0.00 0.07 178.24 0.5 0.87
Hex CC EE ED E 0 0 7 B2 32 57
Octal 314 356 355 16 0 0 7 262 62 127
Binary 11001100 11101110 11101101 1110 0 0 111 10110010 110010 1010111

Color Harmonies of #CCEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEED

Black with #CCEEED

Text Example


Text Example

White with #CCEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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