Html Css Color HEX #CCF1EA Foam

📋 copy color: '#CCF1EA'

red 204 ◦ green 241 ◦ blue 234

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

Shades of Foam #CCF1EA

Tints of Foam #CCF1EA

RGB

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

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

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

R = 30.04%
G = 35.49%
B = 34.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#CCF1EA (or 0xCCF1EA) is known color: Foam. HEX triplet: CC, F1 and EA. RGB value is (204,241,234). Sum of RGB (Red+Green+Blue) = 204+241+234=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1EA is #330E15. Grayscale: #E5E5E5. Windows color (decimal): -3345942 or 15397324. OLE color: 15397324.

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

Color convert

RGB 204 241 234 -
CMYK 0.15 0 0.03 0.05
HSL 168.65º 0.57% 0.87% -
HSV(B) 168.65º 0.15% 0.95% -
XYZ 71.21 81.69 89.86 -
YUV 229.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 204 241 234 0.15 0 0.03 0.05 168.65 0.57 0.87
Hex CC F1 EA F 0 3 5 A9 39 57
Octal 314 361 352 17 0 3 5 251 71 127
Binary 11001100 11110001 11101010 1111 0 11 101 10101001 111001 1010111

Color Harmonies of #CCF1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1EA

Black with #CCF1EA

Text Example


Text Example

White with #CCF1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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