Html Css Color HEX #CCF3EC Foam

📋 copy color: '#CCF3EC'

red 204 ◦ green 243 ◦ blue 236

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

Shades of Foam #CCF3EC

Tints of Foam #CCF3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.58%

 BLUE value IS 236 (92.58% from 255) = 34.55%

R = 29.87%
G = 35.58%
B = 34.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#CCF3EC (or 0xCCF3EC) is known color: Foam. HEX triplet: CC, F3 and EC. RGB value is (204,243,236). Sum of RGB (Red+Green+Blue) = 204+243+236=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3EC is #330C13. Grayscale: #E6E6E6. Windows color (decimal): -3345428 or 15528908. OLE color: 15528908.

HSL color Cylindrical-coordinate representation of color #CCF3EC: hue angle of 169.23º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3EC is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 236 -
CMYK 0.16 0 0.03 0.05
HSL 169.23º 0.62% 0.88% -
HSV(B) 169.23º 0.16% 0.95% -
XYZ 72.09 82.99 91.58 -
YUV 230.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 204 243 236 0.16 0 0.03 0.05 169.23 0.62 0.88
Hex CC F3 EC 10 0 3 5 A9 3E 58
Octal 314 363 354 20 0 3 5 251 76 130
Binary 11001100 11110011 11101100 10000 0 11 101 10101001 111110 1011000

Color Harmonies of #CCF3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF3EC

Black with #CCF3EC

Text Example


Text Example

White with #CCF3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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