Html Css Color HEX #CCECEA Foam

📋 copy color: '#CCECEA'

red 204 ◦ green 236 ◦ blue 234

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

Shades of Foam #CCECEA

Tints of Foam #CCECEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.72%

R = 30.27%
G = 35.01%
B = 34.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#CCECEA (or 0xCCECEA) is known color: Foam. HEX triplet: CC, EC and EA. RGB value is (204,236,234). Sum of RGB (Red+Green+Blue) = 204+236+234=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECEA is #331315. Grayscale: #E2E2E2. Windows color (decimal): -3347222 or 15396044. OLE color: 15396044.

HSL color Cylindrical-coordinate representation of color #CCECEA: hue angle of 176.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECEA is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 234 -
CMYK 0.14 0 0.01 0.07
HSL 176.25º 0.46% 0.86% -
HSV(B) 176.25º 0.14% 0.93% -
XYZ 69.75 78.77 89.37 -
YUV 226.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 204 236 234 0.14 0 0.01 0.07 176.25 0.46 0.86
Hex CC EC EA E 0 1 7 B0 2E 56
Octal 314 354 352 16 0 1 7 260 56 126
Binary 11001100 11101100 11101010 1110 0 1 111 10110000 101110 1010110

Color Harmonies of #CCECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECEA

Black with #CCECEA

Text Example


Text Example

White with #CCECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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