Html Css Color HEX #CCF4EF Foam

📋 copy color: '#CCF4EF'

red 204 ◦ green 244 ◦ blue 239

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

Shades of Foam #CCF4EF

Tints of Foam #CCF4EF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.52%

 BLUE value IS 239 (93.75% from 255) = 34.79%

R = 29.69%
G = 35.52%
B = 34.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#CCF4EF (or 0xCCF4EF) is known color: Foam. HEX triplet: CC, F4 and EF. RGB value is (204,244,239). Sum of RGB (Red+Green+Blue) = 204+244+239=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4EF is #330B10. Grayscale: #E7E7E7. Windows color (decimal): -3345169 or 15725772. OLE color: 15725772.

HSL color Cylindrical-coordinate representation of color #CCF4EF: hue angle of 172.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF4EF is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 239 -
CMYK 0.16 0 0.02 0.04
HSL 172.5º 0.65% 0.88% -
HSV(B) 172.5º 0.16% 0.96% -
XYZ 72.83 83.77 93.99 -
YUV 231.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 204 244 239 0.16 0 0.02 0.04 172.5 0.65 0.88
Hex CC F4 EF 10 0 2 4 AC 41 58
Octal 314 364 357 20 0 2 4 254 101 130
Binary 11001100 11110100 11101111 10000 0 10 100 10101100 1000001 1011000

Color Harmonies of #CCF4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF4EF

Black with #CCF4EF

Text Example


Text Example

White with #CCF4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF4EF; }

 p { color: rgb(204,244,239); }

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

background-color css

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

 a { background-color: rgb(204,244,239); }

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

border-color css

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

 span { border-color: rgb(204,244,239); }

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