Html Css Color HEX #CCF6F3 Foam

📋 copy color: '#CCF6F3'

red 204 ◦ green 246 ◦ blue 243

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

Shades of Foam #CCF6F3

Tints of Foam #CCF6F3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.5%

 BLUE value IS 243 (95.31% from 255) = 35.06%

R = 29.44%
G = 35.5%
B = 35.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#CCF6F3 (or 0xCCF6F3) is known color: Foam. HEX triplet: CC, F6 and F3. RGB value is (204,246,243). Sum of RGB (Red+Green+Blue) = 204+246+243=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 246 (96.48% from 255 or 35.50% from 693); Blue value is 243 (95.31% from 255 or 35.06% from 693); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6F3 is #33090C. Grayscale: #E9E9E9. Windows color (decimal): -3344653 or 15988428. OLE color: 15988428.

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

Color convert

RGB 204 246 243 -
CMYK 0.17 0 0.01 0.04
HSL 175.71º 0.7% 0.88% -
HSV(B) 175.71º 0.17% 0.96% -
XYZ 74.04 85.22 97.34 -
YUV 233.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 204 246 243 0.17 0 0.01 0.04 175.71 0.7 0.88
Hex CC F6 F3 11 0 1 4 B0 46 58
Octal 314 366 363 21 0 1 4 260 106 130
Binary 11001100 11110110 11110011 10001 0 1 100 10110000 1000110 1011000

Color Harmonies of #CCF6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF6F3

Black with #CCF6F3

Text Example


Text Example

White with #CCF6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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