Html Css Color HEX #CCF1EC Foam

📋 copy color: '#CCF1EC'

red 204 ◦ green 241 ◦ blue 236

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

Shades of Foam #CCF1EC

Tints of Foam #CCF1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.39%

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

R = 29.96%
G = 35.39%
B = 34.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#CCF1EC (or 0xCCF1EC) is known color: Foam. HEX triplet: CC, F1 and EC. RGB value is (204,241,236). Sum of RGB (Red+Green+Blue) = 204+241+236=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1EC is #330E13. Grayscale: #E5E5E5. Windows color (decimal): -3345940 or 15528396. OLE color: 15528396.

HSL color Cylindrical-coordinate representation of color #CCF1EC: hue angle of 171.89º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF1EC is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 236 -
CMYK 0.15 0 0.02 0.05
HSL 171.89º 0.57% 0.87% -
HSV(B) 171.89º 0.15% 0.95% -
XYZ 71.5 81.8 91.38 -
YUV 229.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 204 241 236 0.15 0 0.02 0.05 171.89 0.57 0.87
Hex CC F1 EC F 0 2 5 AC 39 57
Octal 314 361 354 17 0 2 5 254 71 127
Binary 11001100 11110001 11101100 1111 0 10 101 10101100 111001 1010111

Color Harmonies of #CCF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1EC

Black with #CCF1EC

Text Example


Text Example

White with #CCF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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