Html Css Color HEX #CCECEE Oyster Bay

📋 copy color: '#CCECEE'

red 204 ◦ green 236 ◦ blue 238

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

Shades of Oyster Bay #CCECEE

Tints of Oyster Bay #CCECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.81%

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

R = 30.09%
G = 34.81%
B = 35.1%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCECEE (or 0xCCECEE) is known color: Oyster Bay. HEX triplet: CC, EC and EE. RGB value is (204,236,238). Sum of RGB (Red+Green+Blue) = 204+236+238=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECEE is #331311. Grayscale: #E2E2E2. Windows color (decimal): -3347218 or 15658188. OLE color: 15658188.

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

Color convert

RGB 204 236 238 -
CMYK 0.14 0.01 0 0.07
HSL 183.53º 0.5% 0.87% -
HSV(B) 183.53º 0.14% 0.93% -
XYZ 70.33 79 92.43 -
YUV 226.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 204 236 238 0.14 0.01 0 0.07 183.53 0.5 0.87
Hex CC EC EE E 1 0 7 B8 32 57
Octal 314 354 356 16 1 0 7 270 62 127
Binary 11001100 11101100 11101110 1110 1 0 111 10111000 110010 1010111

Color Harmonies of #CCECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECEE

Black with #CCECEE

Text Example


Text Example

White with #CCECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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