Html Css Color HEX #CCEDEE Oyster Bay

📋 copy color: '#CCEDEE'

red 204 ◦ green 237 ◦ blue 238

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

Shades of Oyster Bay #CCEDEE

Tints of Oyster Bay #CCEDEE

RGB

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

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

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

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

CMYK

 C value IS 0.14

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCEDEE (or 0xCCEDEE) is known color: 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

RGB 204 237 238 -
CMYK 0.14 0.00 0 0.07
HSL 181.76º 0.5% 0.87% -
HSV(B) 181.76º 0.14% 0.93% -
XYZ 70.62 79.58 92.53 -
YUV 227.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 204 237 238 0.14 0.00 0 0.07 181.76 0.5 0.87
Hex CC ED EE E 0 0 7 B6 32 57
Octal 314 355 356 16 0 0 7 266 62 127
Binary 11001100 11101101 11101110 1110 0 0 111 10110110 110010 1010111

Color Harmonies of #CCEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDEE

Black with #CCEDEE

Text Example


Text Example

White with #CCEDEE

Text Example


Text Example

HTML Codes & Css Web 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>