Html Css Color HEX #CCF1EE Foam

📋 copy color: '#CCF1EE'

red 204 ◦ green 241 ◦ blue 238

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

Shades of Foam #CCF1EE

Tints of Foam #CCF1EE

RGB

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

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

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

R = 29.87%
G = 35.29%
B = 34.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#CCF1EE (or 0xCCF1EE) is known color: Foam. HEX triplet: CC, F1 and EE. RGB value is (204,241,238). Sum of RGB (Red+Green+Blue) = 204+241+238=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1EE is #330E11. Grayscale: #E5E5E5. Windows color (decimal): -3345938 or 15659468. OLE color: 15659468.

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

Color convert

RGB 204 241 238 -
CMYK 0.15 0 0.01 0.05
HSL 175.14º 0.57% 0.87% -
HSV(B) 175.14º 0.15% 0.95% -
XYZ 71.79 81.92 92.92 -
YUV 229.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 204 241 238 0.15 0 0.01 0.05 175.14 0.57 0.87
Hex CC F1 EE F 0 1 5 AF 39 57
Octal 314 361 356 17 0 1 5 257 71 127
Binary 11001100 11110001 11101110 1111 0 1 101 10101111 111001 1010111

Color Harmonies of #CCF1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1EE

Black with #CCF1EE

Text Example


Text Example

White with #CCF1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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